Loading Tool

Explorer IconExplorer

Memory Pool

47,288 transactions
28.42 vMB
0.11257495 BTC
Random Selection Loading Transactions
Max Size: 148.76/200 MB

Candidate Block

Mining Attempt 19121f0420f29939a679217bb3fa4f3e8e7e41107ed275386c2eec79f3f003ca
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 2844341035771ba13c6595f0ab8beba3d78b773c4bd4d0caceb487904aea5337
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.04560100 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (463,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,315 451,315 000000000000000000abbda6ceca38c12d438f00a1fbc8d773a1084823ebb01c 2,301 1.00/1.00 vMB 167
451,314 451,314 000000000000000002247d50c562c78a09111ac351143e566274d6da531144ec 1,812 1.00/1.00 vMB 110
451,313 451,313 0000000000000000028019fe5a9a387bbcdf453b76cdd3eb9238c0cf80a2e177 184 0.10/1.00 vMB 138
451,312 451,312 000000000000000002452274867736b13959db19f3d35742d081b62c21060e3f 2,161 1.00/1.00 vMB 157
451,311 451,311 000000000000000000ac7c60e63abe3d4fa0c9e5689bd86afa63fbf5893c160d 2,267 1.00/1.00 vMB 92
451,310 451,310 0000000000000000007c7e104d33e31ec0785f8a267913fa7ca95cd5943dda3e 2,025 1.00/1.00 vMB 141
451,309 451,309 000000000000000000ef5ce27d1d71b6c453efe82b10cb279a9056db1085c67c 2,371 1.00/1.00 vMB 133
451,308 451,308 000000000000000001e398b0b71538d53e9e4d440f0e62d0d28fea122cb02864 1,930 1.00/1.00 vMB 127
451,307 451,307 0000000000000000012b9d83c40cdc847de386c8daac9fe510607ebe19846e6a 1,340 1.00/1.00 vMB 137
451,306 451,306 000000000000000000efb07eb58f9f7639ffeac9f677bcab7c58f5d1f5a374c8 1,472 1.00/1.00 vMB 161
451,305 451,305 000000000000000000e64a6ab6cb24b83bcf401c2be0560243f64bda15a9faf7 2,314 1.00/1.00 vMB 181
451,304 451,304 000000000000000001cce662718d772e3dd27e0c34177a3950221a1d14d658d8 1,967 1.00/1.00 vMB 137
451,303 451,303 000000000000000000b96380ccb3b8b52339399c21136161bbadedf0b6cca91a 2,164 1.00/1.00 vMB 100
451,302 451,302 000000000000000001e581308878d0ee94e9338be6a9017d55db9f06c1f6b8e8 2,680 1.00/1.00 vMB 106
451,301 451,301 0000000000000000006423ad97c131c4ffeb7d3e58314d223764acad67b68384 2,069 1.00/1.00 vMB 142
451,300 451,300 0000000000000000011a5397158931eb90e31d1bba4986ee545fea7a3bbcd594 1,935 1.00/1.00 vMB 146
451,299 451,299 000000000000000000e61f4901a0fc71128d62df869071724d36fc02052d11cc 2,116 1.00/1.00 vMB 140
451,298 451,298 0000000000000000002b3f4e03f29641fcdf9bee6b947c18732f96fb1d60aa39 1,796 1.00/1.00 vMB 143
451,297 451,297 0000000000000000000b57c6c6e0c1787c0aa0fb670c811c645e2b50ce51ff61 1,760 1.00/1.00 vMB 142
451,296 451,296 000000000000000001116c46e3540e2579d437b8110405373679f9d073dd6f27 1,654 1.00/1.00 vMB 102
451,295 451,295 0000000000000000023a132ab049778795cd711199e7097a3c5c7b0045963587 1,807 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.