Loading Tool

Explorer IconExplorer

Memory Pool

41,102 transactions
20.04 vMB
0.06116808 BTC
Random Selection Loading Transactions
Max Size: 111.66/200 MB

Candidate Block

Mining Attempt 939d3eeebe619fef50f72005a6648b973c6c85eaad42d4f88c6908c0ab6e087c
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root 6a9af49a71cd5d76db89455f79c3bf6977fbe83f5eb13a0a302bb02fe8a093a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,513
Size: 1.00 vMB
Total Fees: 0.02181658 BTC
Feerates: 196.04 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (815,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,633 98,633 0000000000002acdde2f7c2df0f5a220429aa62827b6abd79c895c9d767c51ec 1 0.00/1.00 vMB 0
98,632 98,632 000000000003101f0a4805bb073ef5110041f2c084eb7dd7fbfbb871919c5cec 6 0.00/1.00 vMB 0
98,631 98,631 00000000000510fa902a5a4a01263a1364998cc4fa041468def12934f375e792 13 0.00/1.00 vMB 0
98,630 98,630 00000000000089759f6edfcdc6dfe6820d76fcd26c5301e465d3ef8a0dca404f 5 0.00/1.00 vMB 0
98,629 98,629 000000000003d0bba934101e224ca5690b44883387f209022559be442a0a2dee 1 0.00/1.00 vMB 0
98,628 98,628 00000000000304518ed7b45a05a05d83fecb0092526534118319b56e2cf45e02 1 0.00/1.00 vMB 0
98,627 98,627 000000000003804585605b6f2de6ea7b7bff39b3afa42312b80425fb8af1ffdd 2 0.00/1.00 vMB 0
98,626 98,626 00000000000433fa44827e0c79c28ad59923451d0d4cade02bd1da93027548fe 1 0.00/1.00 vMB 0
98,625 98,625 000000000004da84051db9a70b3b0ae5508d55c2841e55446fd10e77d2c30f4c 2 0.00/1.00 vMB 0
98,624 98,624 0000000000054297a4209b43609568c4fba3aec198bb921fc964c0ff66c4cf36 2 0.00/1.00 vMB 0
98,623 98,623 000000000005588fdec3a6beaf500e5b3f6c8c8f8eb6fdf671b4d3c67ed16e38 7 0.00/1.00 vMB 0
98,622 98,622 00000000000343f02ed456ea63309ec2e7e46d9a707832a9f8dca493f52650d0 1 0.00/1.00 vMB 0
98,621 98,621 00000000000544e3be7f8e0100ab59fed19753cac6bf4aedb7dadac77917ea36 7 0.00/1.00 vMB 0
98,620 98,620 000000000000474939e8287a22edafcb4a7ba907e3ca18562fff44781a3891b7 2 0.00/1.00 vMB 0
98,619 98,619 0000000000035f519757b4d8dc5ee67c04e0d4fd4b2a6744efd8bb36eb39d80e 3 0.00/1.00 vMB 0
98,618 98,618 000000000004758d0885ec44d52763dfa1e2ca68c4f1a66e1708b4a21de8225f 2 0.00/1.00 vMB 0
98,617 98,617 000000000001df4c107bc90b27b6ed246a99f6d73320992cdd7b502001541ce7 2 0.00/1.00 vMB 0
98,616 98,616 0000000000046a6364a123425fe05480cc80456264c27151bf082c746cdc2d27 4 0.00/1.00 vMB 0
98,615 98,615 00000000000535ca285f61e6520db3e4ce3d05a6348e0694d9b3b7a01d6d53e5 7 0.00/1.00 vMB 0
98,614 98,614 0000000000026b553abb9c7a5c10df5c66de1089817d3af83c24be2498df438a 6 0.00/1.00 vMB 0
98,613 98,613 000000000003795618828a3320d36fd28233c4a60a3398bcdef1ffe21dc7c051 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.73 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: 555.60 GB
    • Received: 6.91 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.