Loading Tool

Explorer IconExplorer

Memory Pool

35,709 transactions
26.08 vMB
0.07234514 BTC
Random Selection Loading Transactions
Max Size: 132.62/200 MB

Candidate Block

Mining Attempt 32425fb2424a64d72a26bc45f86582645ce94d1e97d769e10956a82164a22a5a
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 1b51b7c1b6e88b89af763229ffeadef653a250661b58e1b71f164a45885bfe30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02417328 BTC
Feerates: 250.88 > 2.42 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (525,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,573 389,573 00000000000000000368d6fd57833cd683dc0420de5645718ad166aa4d6b3e8f 401 0.50/1.00 vMB 11
389,572 389,572 000000000000000006022fa37d2719f08f9f24fa1c2356fa80e81c9b6ead2875 1,025 0.95/1.00 vMB 19
389,571 389,571 0000000000000000011116a343cec54b4e18bcd65d93f91acbefae33ddf491e2 1,075 0.95/1.00 vMB 17
389,570 389,570 00000000000000000506c2c422d62fe12d2034a5b184524721c7b7616a69baa0 1,275 0.95/1.00 vMB 22
389,569 389,569 000000000000000000acbdca87b1dde0a8dff2a0af0cffe42d1f3c72470f70b4 2,097 0.95/1.00 vMB 43
389,568 389,568 0000000000000000017908860009a79ff7892e8a49a0c0971a2e2f1cc874130c 1,868 1.00/1.00 vMB 35
389,567 389,567 0000000000000000035af52600a517002ebc27e54f70f9e9a8a835c091309762 2,521 0.95/1.00 vMB 46
389,566 389,566 000000000000000000cee74894a508e731b518f9130f6eddc238ec0009489ed3 1,264 0.93/1.00 vMB 24
389,565 389,565 000000000000000001e572a419257fc216b798df0728fd1a352adacfaa9bc99f 899 0.89/1.00 vMB 20
389,564 389,564 0000000000000000041cbf6d1bc2c547606a7d9dbac69a238ee100ea3ec2a5c5 689 0.31/1.00 vMB 44
389,563 389,563 0000000000000000057ddf9effffdf6fe70e12986a86e15caa10714d78bcb1e0 1,002 0.75/1.00 vMB 24
389,562 389,562 000000000000000005c5df77769ebdb6c4d9144ac8086ec669e28dfcf7f36d13 2,506 1.00/1.00 vMB 42
389,561 389,561 00000000000000000ac333f8638ff2770859cda58b23532c1a9a5b1e5b1180ec 544 0.95/1.00 vMB 16
389,560 389,560 000000000000000004f920cf7efbbe469b12568662a2ca0efdaa7b029b71f852 810 1.00/1.00 vMB 18
389,559 389,559 0000000000000000030ad9a14e8571a978b7101779b2a8bffc8c7cbc696f3eae 2,179 1.00/1.00 vMB 38
389,558 389,558 000000000000000000f3335c128695e351ca21b90add4d248e0d20c7bbf188be 1,795 0.95/1.00 vMB 35
389,557 389,557 000000000000000005f0f5dafa760bf8b9a408731afa08543b469624bdac7a63 1,403 0.75/1.00 vMB 26
389,556 389,556 00000000000000000644f121a543f31e8fec4ff3ec47f3120a4a975141c8fa06 1 0.00/1.00 vMB 0
389,555 389,555 000000000000000001d067745f85397e1742eb766a03388e76eef29fd5d4dc71 2,398 0.93/1.00 vMB 44
389,554 389,554 0000000000000000018b5de1b205efb398199558aec68c378c5d92e060de9f7d 2,744 0.93/1.00 vMB 53
389,553 389,553 00000000000000000af7e7f91aa73b93610088d0ab233a7847cbebb6dfdc375d 2,416 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.