Loading Tool

Explorer IconExplorer

Memory Pool

72,418 transactions
27.95 vMB
0.06485162 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt 0f17f1e36482a30f4f59fb7c0dfb4e54470de3c300bcc3966f3a1f4b8d79a5ae
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 8ffd56cfd0811a7f0f5b20f44587c7c791ce512d7cdbdee9026ea7798737d3e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,188
Size: 1.00 vMB
Total Fees: 0.00906040 BTC
Feerates: 40.21 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (471,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,128 443,128 000000000000000000d533aaf59b4e5f3fe70e465b3b605995299b3984398b6e 2,621 1.00/1.00 vMB 89
443,127 443,127 000000000000000000dce332d9aefdd228a2734b33199688f268260f7be2ecbf 2,369 1.00/1.00 vMB 78
443,126 443,126 000000000000000002626600e0b44f186ca6cc8ac6b64c3ce44b1fee57a3a543 2,777 1.00/1.00 vMB 123
443,125 443,125 000000000000000001f14ba6517fc850ae74848da3e66038263046a99499a308 1,696 1.00/1.00 vMB 66
443,124 443,124 000000000000000000603eed360ed6850ec2241e3836bf137d4cf114a155b403 3,194 1.00/1.00 vMB 73
443,123 443,123 000000000000000000e284ffd32f82e30e9efcceb486686da72b0a71e35f25cc 3,021 1.00/1.00 vMB 77
443,122 443,122 0000000000000000034bb90a4e9552d7c95ab0ffeca6e35a3cb18ab2af0d1e24 2,297 1.00/1.00 vMB 81
443,121 443,121 00000000000000000214b54f2bfb3e1bca674c876d213247c9d6fa384f9e1f87 1,366 0.99/1.00 vMB 102
443,120 443,120 000000000000000000d0d4b18bd8398d1b9b6960d6b0da3c434492085ba5ed74 2,003 1.00/1.00 vMB 93
443,119 443,119 000000000000000001f77b32f72a48a3062ba806fea373ea5c04b3c01a40ce2f 2,619 1.00/1.00 vMB 90
443,118 443,118 00000000000000000200fd13b50b9971f4711452dcaf4a6463d4a854f9e6e085 1,845 1.00/1.00 vMB 76
443,117 443,117 000000000000000001df1d4ec566ccb3ba020159aa2f135d9460ab9568c148b7 2,034 1.00/1.00 vMB 72
443,116 443,116 00000000000000000144899231836a2bd3421db8468e3bb34decaf858abc6307 1,037 1.00/1.00 vMB 79
443,115 443,115 0000000000000000034bd6db9c3b30cf6fbcad5cd6e229e0a917f6676bdc438a 1,977 0.75/1.00 vMB 88
443,114 443,114 0000000000000000005598730238fc382c20c5181fa3ca692981b3fe73561dd1 3,092 1.00/1.00 vMB 107
443,113 443,113 00000000000000000277f5087f05bba5cf2ca335ef56a86ddec9374dcb620251 1,644 0.87/1.00 vMB 68
443,112 443,112 0000000000000000021483eed3d092df42d003cce74adbf2b1932886c443c097 2,508 1.00/1.00 vMB 73
443,111 443,111 00000000000000000339152cc026def2db1592b173c788f1ca829f59fadd31c2 1,791 0.75/1.00 vMB 92
443,110 443,110 00000000000000000231bc0941087d51ad5875f677bfc073b97d0aad1a58a6c1 1,656 1.00/1.00 vMB 65
443,109 443,109 00000000000000000094c439c5a61439d2a476481939e19faf322ae5f76424e2 1,619 1.00/1.00 vMB 48
443,108 443,108 000000000000000000c71016afc7347dcfc0ae7e2ef3d09b99c9551dc57ea1b7 2,616 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.