Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.01 vMB
0.09302318 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt 96e31e0943a2523df849215fe960bc8588c5863de137e35b1affb60c97a14656
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 687a1bbb84dd5aac72c101065985802fa95a0fd2aa13bc1e3c7118e00d924c7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.02578942 BTC
Feerates: 402.60 > 2.58 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (443,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,424 471,424 0000000000000000001bf0ec22a788908a9ba7fcbbdb49bc1893b307ccef6566 1,607 1.00/1.00 vMB 258
471,423 471,423 0000000000000000013a319670e25f4ea166a27085caf629bb5fd571089f2f5d 2,915 1.00/1.00 vMB 434
471,422 471,422 00000000000000000178228899ad6ab531ee3e647457c7cd6d43d004425f7b06 2,047 1.00/1.00 vMB 355
471,421 471,421 000000000000000000c7c43ead61d1d31539d0986ad70388427ea607b6a4163a 2,212 1.00/1.00 vMB 392
471,420 471,420 0000000000000000007c2a42eb873ca3e2be39912c0e4a4c3187e87cfa0541b6 789 1.00/1.00 vMB 99
471,419 471,419 000000000000000000d93283250826aaa04311e2cad2946f6e5d28939565f9b2 1,799 1.00/1.00 vMB 204
471,418 471,418 00000000000000000184c7b087c37a7bf51a265e5e3cfc16bfce1cffbfdaa1a1 2,080 1.00/1.00 vMB 350
471,417 471,417 0000000000000000018e0c1dd9ab3e1551d31a183bfbef1a621a2b209dc45494 2,693 1.00/1.00 vMB 415
471,416 471,416 0000000000000000009c609531af616ff5821fed870461cba4265b67f794b5e0 785 1.00/1.00 vMB 123
471,415 471,415 0000000000000000012467d56d41ca7f6ab3f7abe5f807592c81f4c30023a830 2,580 1.00/1.00 vMB 347
471,414 471,414 000000000000000000c151b36d79f10bcf00bacfe7494dc8444e252ba9fed831 1,904 1.00/1.00 vMB 246
471,413 471,413 0000000000000000000dae23fcc34ac4c14be66e2ae1eb8c4ff745c3242f41ef 2,427 1.00/1.00 vMB 328
471,412 471,412 000000000000000001036702de2429098455f51852af0890e2c5c464dbd48642 1,751 1.00/1.00 vMB 193
471,411 471,411 000000000000000001280b2712a2f7286be55a8e73d0f3c33f1c2f0baf9f3489 817 0.99/1.00 vMB 211
471,410 471,410 0000000000000000011beacb23e80c66e8f66214587ac948503284f373a888a9 1,038 1.00/1.00 vMB 221
471,409 471,409 000000000000000000d1b095a82902e4c0554e0bbad5bd7a06b299acc82e25a4 1,225 1.00/1.00 vMB 244
471,408 471,408 0000000000000000006546233c4f234d3fbb3038a5a8f7657c836139c1063b94 2,445 1.00/1.00 vMB 371
471,407 471,407 0000000000000000002e0b5401e7a6716a51c76f361546f4b547d7f9a8678ce4 2,390 1.00/1.00 vMB 105
471,406 471,406 0000000000000000001be2ee7df723633678ae017b6190a57a07e81520c52f40 2,331 1.00/1.00 vMB 172
471,405 471,405 0000000000000000017dcf9da75101b730e8ca187ff50f773fd5d6f38138a4ae 1,574 1.00/1.00 vMB 290
471,404 471,404 0000000000000000002c47ce9dac85dfc0970eda76203e958015920e5ba0b8b2 2,209 1.00/1.00 vMB 236
Previous 10 blocks ↓
Total Size: 782.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.21 GB
    • Received: 17.67 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.