Loading Tool

Explorer IconExplorer

Memory Pool

43,552 transactions
27.34 vMB
0.07508949 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 7441e0ad3a1f33b8de65ae841da14e43745ce2c211f643f1259ad4e59959fb3f
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root fbfe5f77d3915e82096935a4be026368cac6e565c8ab38e1544b5abbb1b34b07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,312
Size: 1.00 vMB
Total Fees: 0.02389640 BTC
Feerates: 157.73 > 2.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (731,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,538 183,538 00000000000003d12d36fe3954276dfd7d7dc929d404d7b134100d9c5203720d 11 0.00/1.00 vMB 33
183,537 183,537 00000000000002c7c9af2d9e229a9408bb50317ea1b521199f3b5241a8892bf2 281 0.13/1.00 vMB 150
183,536 183,536 00000000000003fdb2c8b78f0d20abc843ce6eabbfbfc491155557319a9615b0 102 0.04/1.00 vMB 153
183,535 183,535 00000000000002aadf9c3b9119bdbb542c5084929ec932bf62ad1953e10e8113 11 0.00/1.00 vMB 15
183,534 183,534 000000000000054275f9e836260f6c7b7503ab07078c573abc58978f9c903589 147 0.07/1.00 vMB 109
183,533 183,533 000000000000091eedf2aef794ca7c2b099bf132a9b7e29e0badeaec154fcce1 349 0.14/1.00 vMB 129
183,532 183,532 00000000000005b57fbaf0d11fb65422df573f30ba127a71c8f8aa40d6c00881 153 0.05/1.00 vMB 97
183,531 183,531 000000000000070510c4d09341e66f6e84164ffcbd70877a14bc3abfbe8b562d 137 0.05/1.00 vMB 27
183,530 183,530 000000000000024e158632a75de243190b9fc86f4529e5aa918a647058e987b9 774 0.29/1.00 vMB 214
183,529 183,529 00000000000003d6ef8282e4a87b0e36dff9bcc9dfdfb0cf533ffcb39f90aa7a 13 0.00/1.00 vMB 15
183,528 183,528 0000000000000895ccfd4f1fac561aa4a2c85f24f3df71b67394f644c3a1aca7 545 0.21/1.00 vMB 179
183,527 183,527 00000000000008431784b923c12bac41d938db2db1d71597436486c33cfa0ff0 18 0.01/1.00 vMB 7
183,526 183,526 0000000000000396343ef73e782083639778ffe39a7c6703e9a5868a6d6431f9 32 0.02/1.00 vMB 235
183,525 183,525 000000000000098721b80cba77ebe07fe5985a5bf3ce93ddf63f840b709767ec 537 0.26/1.00 vMB 130
183,524 183,524 0000000000000431fd4ec1e24ccb684c52df4fb865fca5748f055726ee0a47dc 103 0.05/1.00 vMB 135
183,523 183,523 000000000000029c720cd7a6ddfd4b69e66a570a74210a59e406e942c45ecad6 36 0.02/1.00 vMB 101
183,522 183,522 000000000000072bb7eaab99c4210c11a6e9b92e09f73b8c8af5d88b97f7d5e0 52 0.02/1.00 vMB 122
183,521 183,521 0000000000000479b0e908a8b707f3e0ee0f15d93c96069a75804d62dbc0b824 523 0.19/1.00 vMB 173
183,520 183,520 00000000000001fac17978dfb8de104ce097269b489852920fe62d4b96249cb8 35 0.01/1.00 vMB 194
183,519 183,519 0000000000000a7c1c00a5dd4a94675eb6862aa60f0ed57770f6a564704f56a2 512 0.24/1.00 vMB 158
183,518 183,518 00000000000002d7aef748b49310dcb440b69fd311fd9fdb0ff787f2b2f1a987 8 0.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.23 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.