Loading Tool

Explorer IconExplorer

Memory Pool

45,559 transactions
31.94 vMB
0.13107493 BTC
Random Selection Loading Transactions
Max Size: 162.72/200 MB

Candidate Block

Mining Attempt 7c09bd09cbb9dca36ce331c3ce70261e8d8a158d98f3bc2608cbc3ccadcadc34
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 33cc55577a890e278466a2c4f1d336de68e868bb24c422b0fe1bb0233b2278d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.06061335 BTC
Feerates: 150.41 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (813,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,150 101,150 00000000000218b83c6981f5dc5cc6348cb81908523d762925e0b02547fb05b3 1 0.00/1.00 vMB 0
101,149 101,149 00000000000249c51a784e2f21664785d6e567e2d1cc44346e53c5cd52284414 4 0.00/1.00 vMB 0
101,148 101,148 00000000000304e56ab35359613f002e566a1ffba774608e449487f5f43f8774 1 0.00/1.00 vMB 0
101,147 101,147 00000000000369144a79a23f00fe4ad5dff4c5c66448e31a0ca5866ccf335248 5 0.00/1.00 vMB 0
101,146 101,146 00000000000330d868456aeeb1456a853ca39c645c791df12cd625fde7df01c4 1 0.00/1.00 vMB 0
101,145 101,145 00000000000186383b8b39428ada421f27bcede82cebba875b1c0b5f504f8d03 2 0.00/1.00 vMB 0
101,144 101,144 00000000000401c844114a0e2d29e40076caae40ff854fb84f825bb83e85b536 1 0.00/1.00 vMB 0
101,143 101,143 000000000000b8ab8ac8b2540e4a555ea44e9bb9fffcb45753cc20e8ec918908 77 0.02/1.00 vMB 0
101,142 101,142 0000000000011b87c4b01b899ffdbb873f58d067e43673333700da059e649a75 13 0.00/1.00 vMB 0
101,141 101,141 000000000002e78de6473a80d7b7a909d44ad67466f08e7289bf8de58324af5b 12 0.00/1.00 vMB 0
101,140 101,140 000000000000b3515e92f89ffd76dfa24e52ef47d92cb1672e260e74b69d5c6d 12 0.00/1.00 vMB 0
101,139 101,139 0000000000007735a7e44ba2f32559393c58b0f0302251f78ff1befd979cf582 8 0.00/1.00 vMB 0
101,138 101,138 000000000002fa5bf50f5620f7d924a898e53c11404f04cdad32b3c2a2b93b09 1 0.00/1.00 vMB 0
101,137 101,137 000000000000ee687a314fe489a95faa6d56a05f9683fbef3b803f76b8207f50 1 0.00/1.00 vMB 0
101,136 101,136 000000000000e0bfd49b913d423211f8e90f151e9e8fd670ded0abe5df2b7ed2 14 0.00/1.00 vMB 0
101,135 101,135 0000000000028cabb032043114be713c824e6eb6efbc13d4f0c8d9d2dee0d125 14 0.00/1.00 vMB 0
101,134 101,134 0000000000013d5211b2e099c6a1eeb168a753f8920e99688a6c13baf4d86a0a 14 0.00/1.00 vMB 0
101,133 101,133 0000000000012ff31d3e61b4e760304da4494078f5e0eb254e03377b9841e136 14 0.00/1.00 vMB 0
101,132 101,132 000000000003b2e09191f7a545a9ec5f0b8cb7b587147aa0a1a848db5b73829d 8 0.00/1.00 vMB 0
101,131 101,131 0000000000036bbab313d125ca9a2b3848c8a7eaef60695c56fd2095142c5469 4 0.00/1.00 vMB 0
101,130 101,130 0000000000017a879d0d8d81c2b90abb5788529ba5fbe7ec96789a7bf4dd6f1c 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.94 GB
    • Received: 10.61 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.