Loading Tool

Explorer IconExplorer

Memory Pool

43,060 transactions
29.06 vMB
0.09092439 BTC
Random Selection Loading Transactions
Max Size: 148.70/200 MB

Candidate Block

Mining Attempt a1959e17e57bdae748daebedcdfe004595cae3e9d81ebc2e910c5333a0dc3c7a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 8df413f7c11ef673d4f312b0c5394dd0730b890d7357ae382e3a4c8c5946afd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.03270184 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (367,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,312 547,312 00000000000000000018d4cc57df962308c2b75658de094c9f392810c538ee06 1,903 0.97/1.00 vMB 11
547,311 547,311 00000000000000000025d5c24b5af3b233874f81efafd79a6cf19d986459fb08 629 0.53/1.00 vMB 7
547,310 547,310 0000000000000000001456db3874096e98a5a54c84f2fca6bb810599fc4eea79 1,146 0.69/1.00 vMB 8
547,309 547,309 0000000000000000002059bf1947621688ae8f909b4b22b5f05d39bea3139bce 140 0.06/1.00 vMB 10
547,308 547,308 0000000000000000000d3c212a2cb3cd5880c113096311c761e2b9cb496667a5 657 0.61/1.00 vMB 4
547,307 547,307 00000000000000000001e7d98b0aec4ee871acd7c70c07f80a6a203be16462ae 2,884 0.99/1.00 vMB 15
547,306 547,306 00000000000000000023c2418d5af2c7a3bd059d4e84d2d5bafe3baaf6c233b1 1,308 0.61/1.00 vMB 9
547,305 547,305 000000000000000000080afff14555e68b7f4396de53a9f53be4f98c9e83f3be 342 0.17/1.00 vMB 7
547,304 547,304 0000000000000000000eee8d928202a44b60218476ad720b6522a9ef64c9be30 987 0.57/1.00 vMB 11
547,303 547,303 0000000000000000001b74433b2e9a2675616079fda624c80d83d269d68141fe 610 0.34/1.00 vMB 8
547,302 547,302 00000000000000000002656b9e909a3d27a41658426568a7b0edd6a8cdd7e30f 1,725 0.96/1.00 vMB 7
547,301 547,301 00000000000000000020ebd8f566f945d990aa7ff76abce9ef4eb4fc080785a0 2,243 1.00/1.00 vMB 14
547,300 547,300 00000000000000000014798fea844f4f2d20fae0508f6b4af20a4d2661dc9c75 2,142 0.86/1.00 vMB 14
547,299 547,299 00000000000000000019cb42e61668ff0374eec3fa02dde121d0b8872a9a25c0 1,006 0.63/1.00 vMB 6
547,298 547,298 00000000000000000006a4ca907655107d588228bc3bec4ef8e9782f714f0133 686 1.00/1.00 vMB 3
547,297 547,297 0000000000000000000ad3be1f9beb926d28d9bbd6369969c55b18075300cd46 2,735 1.00/1.00 vMB 8
547,296 547,296 00000000000000000012e446ae94c8f567b479864a13f8ba29ffd5accd3eb8b7 2,680 1.00/1.00 vMB 21
547,295 547,295 00000000000000000026712174f89571fa4bb8a2026e9d90aa4333215565b2c0 1,261 1.00/1.00 vMB 8
547,294 547,294 00000000000000000005ffd7a782aed3330e853b1a1d84417d1af09d07ae3be9 1,097 1.00/1.00 vMB 7
547,293 547,293 000000000000000000210370de5b24ca251a8cfa8c9141599c446414382004ce 2,820 1.00/1.00 vMB 13
547,292 547,292 000000000000000000012bbae7d548ea5844ecfd6aa8aebe676279dfd062fdd5 2,444 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.