Loading Tool

Explorer IconExplorer

Memory Pool

73,764 transactions
28.22 vMB
0.06825045 BTC
Random Selection Loading Transactions
Max Size: 167.71/200 MB

Candidate Block

Mining Attempt a958ac8d60ead5c91ce005a4319fa5637981bedad5bc0ed539ad1aa7c48448cc
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cd5afba15dc3f3f6ec7d05975f5897428a4ccfd4fe2f44feab46e62697157a28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.01181580 BTC
Feerates: 101.62 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (344,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,213 570,213 00000000000000000007fc6f6cfd54bb07a603f535beaae68fc944527d898a77 2,466 1.00/1.00 vMB 78
570,212 570,212 0000000000000000002bd4fabe645e0b516834c40923fa19ebc2251a41a4094e 3,263 1.00/1.00 vMB 140
570,211 570,211 0000000000000000000b5688ee06149bc5dac557e83774b1df0c183ac45a4e1f 2,611 1.00/1.00 vMB 91
570,210 570,210 00000000000000000022faf056262df6a2b4d2f8bdcbb4291310fca9621b2d50 2,908 1.00/1.00 vMB 92
570,209 570,209 0000000000000000000462a8324f90ca06b151b043f44fa6463a2844a35c902d 3,035 1.00/1.00 vMB 121
570,208 570,208 0000000000000000002adc960523e08d61df8978c07a266061f218084cd9cad4 2,948 1.00/1.00 vMB 141
570,207 570,207 00000000000000000018dbb7930a6b01992398a8d3f824e1ca97a64fc740e0e8 2,521 1.00/1.00 vMB 83
570,206 570,206 00000000000000000001764aec2f7789831ae0becf42898c27925a8f98757dc5 2,544 1.00/1.00 vMB 93
570,205 570,205 000000000000000000124bfcfac05172a0bc3d79e38e3ae7c9936fb05df5d4d3 2,758 1.00/1.00 vMB 90
570,204 570,204 0000000000000000000de1a23e726a0dcb3eed5c41fc5676499e56f4b45fc435 2,954 1.00/1.00 vMB 97
570,203 570,203 0000000000000000001ca64573755599f0e9eab70d8a63f8bb4f54252de299b6 3,048 1.00/1.00 vMB 117
570,202 570,202 0000000000000000000e041c2f5d246a6ba93157e8dc937a01ee3d96254ab271 3,105 1.00/1.00 vMB 121
570,201 570,201 00000000000000000024df5eebb9deb75a8862c4fddd175252e69e799cdd77d4 1,948 1.00/1.00 vMB 95
570,200 570,200 0000000000000000001a7dd2f46599d8a56250fad57bcb02a2fe47f247b834ba 3,117 1.00/1.00 vMB 135
570,199 570,199 0000000000000000002696c0a17681288ed964da537ff1a1e560117688501371 2,024 1.00/1.00 vMB 112
570,198 570,198 0000000000000000001dd0d5b81107ece2d06def2c9cb99f51d51f78d755baf6 2,644 1.00/1.00 vMB 148
570,197 570,197 00000000000000000022222eac39b055760a8888e7dee80171582aa4284dcd87 2,016 1.00/1.00 vMB 101
570,196 570,196 0000000000000000002a28db5b44339a4a8fe32f3e7efb38556f47922a3ca5d0 2,401 1.00/1.00 vMB 126
570,195 570,195 0000000000000000000372e54b21b8e520e622cdd72a398c306b35f0d9bb52b5 2,488 1.00/1.00 vMB 101
570,194 570,194 0000000000000000002b1703f19620f7b1dd88ca5a9ad22fcc6f4afcd345774a 3,237 1.00/1.00 vMB 140
570,193 570,193 000000000000000000213dea38c440d0d236b4e1c848ccb7495a97d99473554b 3,592 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.