Loading Tool

Explorer IconExplorer

Memory Pool

80,456 transactions
29.79 vMB
0.07474907 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt bd42cbab1fb2f771cd3027e5d2fc6e070c18f7d51cfea9c1a4eee777cb64b558
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58715124267164d3e333dde024d90cef96113c4162a181429e772d81c6cdf1de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,480
Size: 1.00 vMB
Total Fees: 0.01406561 BTC
Feerates: 147.04 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (366,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,519 548,519 000000000000000000152b6761552d9527f59f64c35839e6906a7720c19ed1be 1,901 1.00/1.00 vMB 9
548,518 548,518 000000000000000000138f43f42f17e37a6c866ad6787cc52e3c0357d3f59e79 457 0.19/1.00 vMB 21
548,517 548,517 00000000000000000015252ad635304c4ca1144cd33295a89c10465cec94c432 2,995 1.00/1.00 vMB 8
548,516 548,516 000000000000000000103d93e375ca17b0c3212f3f55ce98ff21029b19163a6b 1,757 1.00/1.00 vMB 15
548,515 548,515 0000000000000000000e653ab4c3c715aef55b82b10f1e47814cff8468e21c32 2,721 1.00/1.00 vMB 24
548,514 548,514 0000000000000000001ca5f0dbe7a54288f362f986d0595087a588f258e04587 1,966 0.99/1.00 vMB 8
548,513 548,513 0000000000000000001d5316149f7edbc405964cf34ccbdc12af34f9544d2476 580 0.23/1.00 vMB 20
548,512 548,512 0000000000000000001a10d6c45997d82777d540681577c7ec023cda4a3bbfee 1,715 1.00/1.00 vMB 4
548,511 548,511 000000000000000000110944b2c2a0228d5c185fac570fabf03a98f8156ff6d4 1,930 1.00/1.00 vMB 16
548,510 548,510 00000000000000000014f191c5eb0cca0b521b46149864ad30d46dffb95ecb82 2,117 0.97/1.00 vMB 10
548,509 548,509 00000000000000000012f4595af7e95c731b3822a1676360f941175ee05288ec 874 1.00/1.00 vMB 3
548,508 548,508 000000000000000000171833480058aa420cd246f2e550f8008739ef24c109dc 2,991 1.00/1.00 vMB 14
548,507 548,507 0000000000000000000d8c0ed1ffa5f4bff8ab7b2c5a5700be7568a58dca0843 1,740 1.00/1.00 vMB 5
548,506 548,506 00000000000000000025fb4f9c9169064dab67c79b336667247a3b6830ad8b4a 2,237 1.00/1.00 vMB 16
548,505 548,505 000000000000000000269bb9c5aba381caf8a5566455f0deecb42a2769508221 1,925 1.00/1.00 vMB 10
548,504 548,504 00000000000000000015e4eb083b9c578630f9bfcbdc00ee2cffd1b8c8801ad5 889 1.00/1.00 vMB 3
548,503 548,503 0000000000000000001494c8a196b718e674c6d0fa81479e45671d1b1a18c512 559 1.00/1.00 vMB 2
548,502 548,502 0000000000000000000cd2e0987b7d7f62a294fc4e67d95f5715903af2cc9f73 1,199 1.00/1.00 vMB 2
548,501 548,501 000000000000000000196b598de174862a0864a138e5d8bc76f2c7881ac63df2 1,632 1.00/1.00 vMB 9
548,500 548,500 00000000000000000007ab3f7094b3b1f33c3fa822341f8da854b7a86888c09d 583 1.00/1.00 vMB 2
548,499 548,499 0000000000000000001248b25c5f3dfa85d3162bd9d59a6f65878fc2d4e7afdd 2,554 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.