Loading Tool

Explorer IconExplorer

Memory Pool

82,137 transactions
30.23 vMB
0.16810050 BTC
Random Selection Loading Transactions
Max Size: 181.71/200 MB

Candidate Block

Mining Attempt 6720ddbedaad0f135b78b5da43e695e6e9ff56910ad8d5b258d857773827c8f2
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 14d0d3c1a6a654f170e3897161f159a77610fa60ac529681ec420282f13c1277
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,952
Size: 1.00 vMB
Total Fees: 0.06371930 BTC
Feerates: 1,002.91 > 6.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (303,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,273 612,273 0000000000000000000a9978ce4a4409696d20e4e60329985120ac7dde83cec4 1,155 0.63/1.00 vMB 10
612,272 612,272 00000000000000000006eacd2784115dbf676fdcf04aa5d18bc76a8c817bde7d 2,726 1.00/1.00 vMB 21
612,271 612,271 0000000000000000001278c500bde99aee288368399924e98e962b3fae89628e 2,010 0.81/1.00 vMB 5
612,270 612,270 00000000000000000011a0ecd38c86d0de5ee0e1cb775ce3516fbf7e1ae83f93 2,317 1.00/1.00 vMB 3
612,269 612,269 0000000000000000000b1dbe15626f2656c739d12d741f7875ac3381fcdcbaf6 2,953 1.00/1.00 vMB 19
612,268 612,268 0000000000000000000d25ad8716079e42c845d3ef44a0ff0ffec1f7a59e7e0d 2,788 1.00/1.00 vMB 30
612,267 612,267 0000000000000000000c4b6dabece42258622867423e0ac46a947b53360dae57 3,451 1.00/1.00 vMB 21
612,266 612,266 0000000000000000000181bed3684461f86e72a2c1fd3f47bbb1f959d8c37282 2,286 0.73/1.00 vMB 10
612,265 612,265 000000000000000000019e42578c74b8213d1cdeb4c0979978a7a815f99f3a8b 3,013 1.00/1.00 vMB 16
612,264 612,264 0000000000000000000213b5ff859ff7221668adb7511453c1310e74ae1b43eb 3,245 1.00/1.00 vMB 25
612,263 612,263 0000000000000000000258f941a15175c997abdba89fbaa397f0ff824b223c0d 122 0.03/1.00 vMB 11
612,262 612,262 0000000000000000001258cefa0b5a507430b645fa63ed03420e64c56a69ead4 2,647 0.72/1.00 vMB 11
612,261 612,261 00000000000000000009f0f90b9f078977a3aabe7d0dc44a34af9fb2e7beede6 3,053 1.00/1.00 vMB 22
612,260 612,260 0000000000000000000a4fc77a04defce1f6bb0c6eb6177d062015d7b1e8e2e1 2,831 0.93/1.00 vMB 16
612,259 612,259 0000000000000000000161e8e193149cf42387baa9b028ddf0ad9cc8639ef997 2,491 1.00/1.00 vMB 2
612,258 612,258 00000000000000000007d41dbdb6dbbb5c89686bde078410b94b83c9f7ea6240 2,738 1.00/1.00 vMB 13
612,257 612,257 0000000000000000000726c9d664211b6af2dea14f27e99db5043c8ef45b1a23 3,108 1.00/1.00 vMB 29
612,256 612,256 00000000000000000005f3af06704cd9dc307756f1914d38efa7abdd0186edf5 2,841 1.00/1.00 vMB 13
612,255 612,255 00000000000000000010405f8772e0f91fa8cc925da0f093093108ce42743b90 2,673 1.00/1.00 vMB 20
612,254 612,254 00000000000000000007966b7800c2aed4443d819fd4592590236a37aa041338 3,239 1.00/1.00 vMB 18
612,253 612,253 00000000000000000000aba3f3d75467580e5c9ce3a8bc21553d73a14cc1862b 2,983 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.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.