Loading Tool

Explorer IconExplorer

Memory Pool

82,682 transactions
31.76 vMB
0.11606935 BTC
Random Selection Loading Transactions
Max Size: 190.85/200 MB

Candidate Block

Mining Attempt ff834be1a19f070d7b885bfa8095027bd848f0ded8321094bac645990c433f57
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0f13fef651a6e8ae9420e3ecfb206680f3151882e5204dba53a6c7c7de128660
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.03041340 BTC
Feerates: 318.30 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (248,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,465 666,465 00000000000000000003c7b3673a0fcaa01b917d1a4285b3e83f237dcb30179b 1,174 1.00/1.00 vMB 66
666,464 666,464 0000000000000000000622603f9e791cda290efd60aeae12d1abc828e8120fc9 2,399 1.00/1.00 vMB 54
666,463 666,463 000000000000000000079c0848f85a9120ce4eece7167a4dc8aa16c9a75347b3 2,050 1.00/1.00 vMB 21
666,462 666,462 000000000000000000065cc874b32f090d8dea8aa603d9050abe366a03dce246 2,185 1.00/1.00 vMB 23
666,461 666,461 0000000000000000000963a8be4a414c7171ecfb33119aac9dd991cad4ee9337 2,740 1.00/1.00 vMB 42
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.