Loading Tool

Explorer IconExplorer

Memory Pool

34,855 transactions
26.54 vMB
0.05610653 BTC
Random Selection Loading Transactions
Max Size: 133.70/200 MB

Candidate Block

Mining Attempt 90dd75baf442bc0337191c7262bdcb3b6b3896ae90bd46e90ce5ea5d81422925
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root ddd360ec16d548c2d4f5b684b97a3fcf85b487c81371125f2565a7dbed99a92d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.00659219 BTC
Feerates: 61.00 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (505,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,510 409,510 000000000000000001b7484aad4176fb3616cd075a80019d764c2a2ec2c5b39e 835 0.64/1.00 vMB 29
409,509 409,509 000000000000000001d32eff80bc29857aaeac2dea95d01f77385b511d8532ed 2,251 1.00/1.00 vMB 42
409,508 409,508 000000000000000005840ffc4d074590e97657685966fb6db455fc3973d3d832 1,095 0.45/1.00 vMB 37
409,507 409,507 0000000000000000029dcc90379492e26c37c4414549646bfa0a5aae76cb7b1d 1,772 0.89/1.00 vMB 37
409,506 409,506 000000000000000002e39a9019edf0c383c14b4560b77a54473352fc43e49a7f 1,355 1.00/1.00 vMB 25
409,505 409,505 0000000000000000034d1ff97a51c86858aab4d0d8de7f5f7d3e09e6884b426e 2,545 1.00/1.00 vMB 47
409,504 409,504 000000000000000003637bfe7b888dedc5dde003d868e3f54461eefbe4bf19be 1,107 0.97/1.00 vMB 18
409,503 409,503 000000000000000002d5154ad74dcea5719e51374b12ffadae3a75a2e4dd4629 315 0.17/1.00 vMB 33
409,502 409,502 000000000000000004018037a0c93c3bb56a71af43a26521804a6a9b6147157e 1,996 0.98/1.00 vMB 32
409,501 409,501 0000000000000000028be0eb3b177a95a40b8232b7edf066739eb90bb88f228c 667 0.28/1.00 vMB 33
409,500 409,500 000000000000000003da4c6b0a1d089b66a8ca5d1b75381bb7b9a13ae8f144cd 1,034 0.59/1.00 vMB 49
409,499 409,499 000000000000000003523582d70cdd1e755ae0c7bf82c6af5cf8a47a28c3915e 46 0.02/1.00 vMB 27
409,498 409,498 0000000000000000015bf0138e6604587afea87a31d1221b404ae0665644a45f 205 0.10/1.00 vMB 37
409,497 409,497 000000000000000005b7c295cf9204c859242db6be93efddd559c28d36c66d9d 952 0.48/1.00 vMB 38
409,496 409,496 000000000000000003fdb972b3d316006fbefcaa4ef14368ab19aae9665e1f81 644 0.54/1.00 vMB 25
409,495 409,495 0000000000000000010a3a610dd2b0aba343751c182fbde9cc6b78b96aef9aaf 1,636 0.99/1.00 vMB 27
409,494 409,494 00000000000000000601b3f5bff2adbc70004587b1914eed1a6879983c64bb33 2,684 1.00/1.00 vMB 54
409,493 409,493 000000000000000000a1c2647ae892151e3f0aa38d1f4c159b9a8de7c85c73be 2,671 0.99/1.00 vMB 45
409,492 409,492 0000000000000000013a74d3ff428f29f9562496dc140f4d4a34fe631b373fbe 711 1.00/1.00 vMB 19
409,491 409,491 000000000000000002646572db9dff5960e9dda61f0d3e51bfe3b4bcdaa524bf 1,749 1.00/1.00 vMB 27
409,490 409,490 000000000000000001da9cd091b33226d82714a5dc677f0abbfab73d74e0ba80 3,085 0.99/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.