Loading Tool

Explorer IconExplorer

Memory Pool

87,995 transactions
32.61 vMB
0.25102997 BTC
Random Selection Loading Transactions
Max Size: 194.87/200 MB

Candidate Block

Mining Attempt 1ee10d68aa9ae8d5e2e3fc9de60c5d77f5d2b44a9e685ac588978596e58b1962
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root d12370673bc8d7c9db5e4a7dbc8d3e34a8fb7e20c2cbe3ce861947130c230bf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.11133543 BTC
Feerates: 538.26 > 11.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (533,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,067 382,067 00000000000000000d688ece72d57cd017c66ad273322e0516027b3a277a490e 574 0.99/1.00 vMB 12
382,066 382,066 000000000000000002c07df66a3d1c01e1f19182f91ad58179790eeac25c6ba0 1 0.00/1.00 vMB 0
382,065 382,065 0000000000000000040b0e66284c075dbdda5a7d0c74eaedf9b11ea170f5415a 929 0.93/1.00 vMB 20
382,064 382,064 00000000000000000ab01d10d43f1acd57deb8091af6d449efced291c06fc2c8 1,378 0.75/1.00 vMB 37
382,063 382,063 000000000000000010a263781c7b8325e09dd97d23563a7e67ce45b848fbc23b 2,052 1.00/1.00 vMB 39
382,062 382,062 00000000000000000488942d79db7accb1f54075ced06f19096462d97da39712 546 1.00/1.00 vMB 19
382,061 382,061 0000000000000000031a06c485103c819a80b9fe23d8d4fb83e44c9c183187b5 622 0.91/1.00 vMB 19
382,060 382,060 000000000000000004f8c0c8a3478cdde72a72d9ca5db7a0c6c3972a4d68607c 1,044 0.95/1.00 vMB 21
382,059 382,059 0000000000000000004ebbdb1a745fa89bcf4e5356e508bdd337253f2527203f 1,406 1.00/1.00 vMB 22
382,058 382,058 00000000000000000a2857fadf3f160d5f412f59aa1a7b34b121603b6ba90c9b 2,473 0.93/1.00 vMB 49
382,057 382,057 00000000000000001052bdbb920547f35d8341910617c7ec2577591d04f9e687 1,331 0.93/1.00 vMB 31
382,056 382,056 00000000000000000d0c54b3fdc35edcf4126d2137c8669d2c326dee2accb4c9 1 0.00/1.00 vMB 0
382,055 382,055 00000000000000000e09e9408e6c8077fc27a6c0aca208f6be2da59462f9c2a5 656 0.75/1.00 vMB 20
382,054 382,054 0000000000000000037f76c22747701d0534d0a032c509c40e8f384421fd0607 1,408 1.00/1.00 vMB 27
382,053 382,053 00000000000000000efb76c4be6ec42b7323f0c872c2e1666f4ee7b6f769858b 500 0.30/1.00 vMB 31
382,052 382,052 000000000000000009d873ff50481bf6d5cf0bf89ca300136418aeca5ee24003 1,986 0.80/1.00 vMB 41
382,051 382,051 000000000000000005044a37e0e9a992eca1d572a0f66951dd3f8503c704e11b 1,272 0.75/1.00 vMB 30
382,050 382,050 000000000000000007720c445a826688a575e18bbae6567a2fc185ceb9e8bf47 709 0.38/1.00 vMB 35
382,049 382,049 00000000000000000f254691f291482346494935c86f70080223e8c3cab0e573 526 0.38/1.00 vMB 33
382,048 382,048 00000000000000000cc17f7e85a1cf93e3e1b5541d00096628dbb62db55fedb9 2,081 1.00/1.00 vMB 37
382,047 382,047 000000000000000008b2dc5bfd9aa49d0dd05b9b050d4028f50cc6a637b868fb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.