Loading Tool

Explorer IconExplorer

Memory Pool

39,888 transactions
27.04 vMB
0.07178855 BTC
Random Selection Loading Transactions
Max Size: 139.23/200 MB

Candidate Block

Mining Attempt ee0991650b2cc12865c192c1195bed8d38c742107032e797bd17051042bbdee9
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 0df0bb4fea0a7eaea46e0a54cc05a1a72993a491b2d5f4d3f696637bf5701958
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,252
Size: 1.00 vMB
Total Fees: 0.02085209 BTC
Feerates: 107.72 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (475,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,368 439,368 0000000000000000036455a3991a47b7eceb44b748ff830da6346450b0927f87 2,581 1.00/1.00 vMB 69
439,367 439,367 000000000000000001e4403089fbf08fa4b6c0533943b10acfeef381bc20e921 1,412 0.99/1.00 vMB 29
439,366 439,366 000000000000000003e40f0f12cc77f43d3343a1e60ec426d82cd889024970b2 2,378 1.00/1.00 vMB 61
439,365 439,365 0000000000000000042949518450a7ba55b97ab130dbf3e9509312e1b6571cf6 2,650 1.00/1.00 vMB 77
439,364 439,364 0000000000000000008eb03fc465e0d87289a6d7a71b19ba76edea469bb40958 1,056 1.00/1.00 vMB 54
439,363 439,363 00000000000000000443be1b758983c31c9eec1f4385966fb322317c58827d4e 1,963 1.00/1.00 vMB 64
439,362 439,362 000000000000000002a4533ba6df32cce885946466eaa4b2961b25593543a976 1,401 1.00/1.00 vMB 61
439,361 439,361 000000000000000000bffddc20a588018ffbe5728482fa818c505567b57658f6 1,890 1.00/1.00 vMB 63
439,360 439,360 00000000000000000003c68df0e1517aeed794fa67d98803b99fa4922103def6 2,114 1.00/1.00 vMB 64
439,359 439,359 0000000000000000037433a56e3b6af4950b31ee6c36ce1d7ef8241fffd95fab 1,606 1.00/1.00 vMB 72
439,358 439,358 00000000000000000414a2eb2ff6eb838bfc0a11022d8b65e023201dced8317a 2,131 0.99/1.00 vMB 66
439,357 439,357 0000000000000000037deed2e6a24f37e7390cbf9ec303c8a5a7d9be3fcb937d 77 0.21/1.00 vMB 15
439,356 439,356 000000000000000001f39ac4f355fec98520fc0fa69880f05315365e75a73faf 992 0.97/1.00 vMB 34
439,355 439,355 000000000000000001c415ca78f46fd8e3fd42900bd9cb76b0a4fd949baf8111 1,935 0.92/1.00 vMB 58
439,354 439,354 0000000000000000025c337ad54a51e412b34a6722ab36a2d0b0a6a7cc69627d 1,759 1.00/1.00 vMB 38
439,353 439,353 000000000000000002b4a1a56c83713574d6ef12c9b9b3870c1d3ad6a2d0c0a2 2,631 1.00/1.00 vMB 79
439,352 439,352 000000000000000002d53319a999dfd6848eecaf23763f86b3330eb8c5e6c005 2,510 1.00/1.00 vMB 58
439,351 439,351 000000000000000001cc2bb48fba2650e2dffb662bf3b9cf05c13ae4a0928ebe 1,879 0.75/1.00 vMB 87
439,350 439,350 000000000000000002cc3821e3cf1f7d7bf2846dd068cc533e5210a6f0f11dd0 588 0.99/1.00 vMB 18
439,349 439,349 000000000000000004357cef7a6314246db5d10e55e2d54755ae6da39ad00d18 624 0.46/1.00 vMB 27
439,348 439,348 000000000000000001d5cf2b28cf396c9140dac4b2c67b73eb2a75e44f5ec690 1,276 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.