Loading Tool

Explorer IconExplorer

Memory Pool

79,699 transactions
30.38 vMB
0.07047418 BTC
Random Selection Loading Transactions
Max Size: 184.75/200 MB

Candidate Block

Mining Attempt 523a82c85688bc004898b0f6047cd8727c27477d04d9ab667efe3cd41852f1a8
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root d24028722808198335b8815668b77cdc778adc20efaf6104126b11c0b82249b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 1.00 vMB
Total Fees: 0.00563925 BTC
Feerates: 60.03 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (505,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,354 409,354 000000000000000000887821cb338af74810a36e0cf2d8d00188398130335c92 730 0.51/1.00 vMB 23
409,353 409,353 000000000000000004d5e1bb10692b23b05ec3aa15a89f693b1d12191a2f87a3 2,575 1.00/1.00 vMB 40
409,352 409,352 0000000000000000017345af3d6cbc5beb136ffafcd18f02663ee9898c71523f 1,902 1.00/1.00 vMB 39
409,351 409,351 0000000000000000052d657768acaedd6ce0f21bb73b4189ec439fdebf1f536e 1,398 1.00/1.00 vMB 23
409,350 409,350 0000000000000000034e2cb4245cf7301f30ab77e748fc46d8705ed51a568a16 2,895 1.00/1.00 vMB 61
409,349 409,349 0000000000000000013a0ee483c36e8556598c2911077951df6e05e6be57e3e2 1,191 0.54/1.00 vMB 41
409,348 409,348 000000000000000002001e4dd7cf76ddb69040a205b802f87178d326ed45de10 967 1.00/1.00 vMB 23
409,347 409,347 00000000000000000376eeaa119f93054490f55ebea8a17485de1512e6e09bf9 2,150 1.00/1.00 vMB 39
409,346 409,346 0000000000000000001de51203e63d533a60fb9e62b7ee8cf4a0532acf6da49d 864 0.34/1.00 vMB 38
409,345 409,345 000000000000000005eef51d4136982da9beabbab534ea2be72b0d00196ef904 2,693 1.00/1.00 vMB 44
409,344 409,344 0000000000000000027db92406f3db38c0c2aa9c8d6e17f71dc1b62f7d10600d 726 1.00/1.00 vMB 17
409,343 409,343 0000000000000000043373b7920dd6b36fd38150d33c33359806d71b28e28894 2,155 0.99/1.00 vMB 37
409,342 409,342 000000000000000003206278bdecced27c1a3a43f38f6ac21fe58f22846ee2a8 1,682 1.00/1.00 vMB 27
409,341 409,341 0000000000000000005a605d374af2ee22ec508beef9b6105e40ea39e08e0a61 2,903 1.00/1.00 vMB 43
409,340 409,340 000000000000000003a3b3e6e2a7d3daee2cf2c9e80b40a8a2555edb87095e7e 3,561 0.99/1.00 vMB 64
409,339 409,339 0000000000000000026a03d379594845c6c805e0845c28eeee9c462ded24124a 2,895 0.99/1.00 vMB 47
409,338 409,338 000000000000000000640043a6fda17f133a0afa175aff33cbe32ba70a7aa7e0 2,795 1.00/1.00 vMB 56
409,337 409,337 000000000000000000733301acf065b51ce6fc8b57201a4e77d2780a107b8723 1,456 1.00/1.00 vMB 28
409,336 409,336 0000000000000000012e81e55e519d1e988d14adbbf2cc4a36a3b4fb4b84aaaf 1,906 1.00/1.00 vMB 37
409,335 409,335 0000000000000000040a736d378977e3ddaf4e654a7f7e246ee569a9dcd4e9e4 2,156 1.00/1.00 vMB 26
409,334 409,334 0000000000000000008d505d663ed8987828958929c18818f05936b576cd600f 3,243 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.