Loading Tool

Explorer IconExplorer

Memory Pool

81,744 transactions
31.08 vMB
0.08996976 BTC
Random Selection Loading Transactions
Max Size: 188.13/200 MB

Candidate Block

Mining Attempt 5cf91a35fc473805b7ec7f1af532c0d020c6d8233d51a61e34eb72c8ddeacf3e
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 030ed9f1ec92b30b4ab5e1f9da0a34af9b1710b3df4ca54400c2277e4f3b0116
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.01591719 BTC
Feerates: 115.63 > 1.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (248,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,460 666,460 000000000000000000032e7acba9de2d960cb359f33ebfb30c9ba9d54c62b79a 2,317 1.00/1.00 vMB 37
666,459 666,459 00000000000000000006a0b9c8beeffd618f0fa88bfe58439567a8adf4d8a38c 1 0.00/1.00 vMB 0
666,458 666,458 0000000000000000000a111e20a511668de71f20d2db053bb893cf4895b9cb8b 1,801 1.00/1.00 vMB 91
666,457 666,457 0000000000000000000a823be22de0de1e53976a2df434ec28ecd23783d524df 3,156 1.00/1.00 vMB 122
666,456 666,456 000000000000000000009e15e3a38657064ef8fe3b15bb8833cab932e53c22f0 2,385 1.00/1.00 vMB 60
666,455 666,455 0000000000000000000838f2fd319fe5c8c1a2f579a3c39fc9cb19d0e0c8ddca 1,373 1.00/1.00 vMB 36
666,454 666,454 0000000000000000000cb55dc3ab54cc9cf6d390c0e1a4fd3b13422834822806 248 1.00/1.00 vMB 10
666,453 666,453 0000000000000000000ae641a99b355a42994c8d663d99f3040e4236cfe4432e 1,298 1.00/1.00 vMB 52
666,452 666,452 0000000000000000000817e839c4bccf7e80a1dd437ac32b675c989a57e31a15 1,506 1.00/1.00 vMB 58
666,451 666,451 00000000000000000004e7abdb73a220e62ccecc78fe8ad141b76840c70b71a6 1,599 1.00/1.00 vMB 16
666,450 666,450 0000000000000000000c59b49723b75c52dcbfe2cd3693fb47f091200a244b1a 1,814 1.00/1.00 vMB 13
666,449 666,449 00000000000000000000e6b90064eb04f0502c04314ab7013dbf3ad508722301 3,147 1.00/1.00 vMB 91
666,448 666,448 0000000000000000000983014133f7476e052b26d35dde6b303bfaa4b46eb9ec 2,168 1.00/1.00 vMB 40
666,447 666,447 0000000000000000000135944f5b5f8582e4f704bed946fac8c266d455ca64fc 924 1.00/1.00 vMB 19
666,446 666,446 00000000000000000005d281e50969bd0f718fa8e99db5ce58367e3c24e56275 1,947 1.00/1.00 vMB 38
666,445 666,445 0000000000000000000893b49e6bf8022a95706b5ff82b2d1083ad0beacb363d 2,519 1.00/1.00 vMB 65
666,444 666,444 000000000000000000073932a98e7b080944e99993ffb278b581c6c54a375f4e 1,465 1.00/1.00 vMB 34
666,443 666,443 0000000000000000000d54d44ffda36dc3e9af26fdd65b40c15b28287c74dd3f 2,154 1.00/1.00 vMB 49
666,442 666,442 0000000000000000000608510a6a9d046b632bdbe84fb5eff306f0390ada8401 1,012 1.00/1.00 vMB 18
666,441 666,441 00000000000000000007b8c6f79af669a175bf55e581a473a1d02642deb57639 2,137 1.00/1.00 vMB 60
666,440 666,440 00000000000000000004754d846c1a662cbdecc858d12264449caf82c65f9586 722 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.