Loading Tool

Explorer IconExplorer

Memory Pool

77,285 transactions
28.68 vMB
0.06674342 BTC
Random Selection Loading Transactions
Max Size: 174.00/200 MB

Candidate Block

Mining Attempt 147e8a48155f266ebb1264a4f71f9f9b363f96d582de4f60a2b743d50766fbf3
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root aed3dbc04cb85ed36bf0b4d765a8041c9cc6d665da3f3b3b5080b6c5ad0b09b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00722943 BTC
Feerates: 101.55 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (371,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,474 543,474 00000000000000000006025758e452ba99a8569c9b352f5757a78ff9dcdb7fc9 2,397 0.99/1.00 vMB 24
543,473 543,473 000000000000000000229505c590d27b394e9919c6e46b7d203ddaa397c70a20 2,528 1.00/1.00 vMB 30
543,472 543,472 0000000000000000001e0ff7c4c4aca44fc91a40210a96fc4f06bd6799757e2d 2,659 1.00/1.00 vMB 35
543,471 543,471 0000000000000000001c8532757ea43a0c1d50f401dd71df1ab1901da42d15bd 2,631 1.00/1.00 vMB 54
543,470 543,470 000000000000000000012d629c578de4a91f077c8e3f48343a7b24b992818879 2,858 1.00/1.00 vMB 25
543,469 543,469 000000000000000000037572de6d475462a78bec6eea1ec39a27f5ba4434a849 2,573 1.00/1.00 vMB 47
543,468 543,468 00000000000000000020215d88d2a7eac529500f569f3fb017bef2f0d9d52c4d 2,009 1.00/1.00 vMB 51
543,467 543,467 00000000000000000011d2558c264dc6ba3242ad9cbba8d8ee4009ad0214f1bb 2,539 1.00/1.00 vMB 34
543,466 543,466 0000000000000000000bf9b8d5a622b6e118106a230553304edad3b4950675b6 2,755 1.00/1.00 vMB 51
543,465 543,465 0000000000000000000f0de518a4c57ab59733d746fdbc0d1bb7379853a33dbf 2,256 1.00/1.00 vMB 48
543,464 543,464 0000000000000000001e60f47fd77a19897860e10d65dad20777c3f57172b21d 3,047 1.00/1.00 vMB 72
543,463 543,463 0000000000000000001698214a98ee757b283c069e34977773320fc15f0e1b4c 3,066 1.00/1.00 vMB 76
543,462 543,462 00000000000000000013536f03070d54611c1c548a2481fd0f6344c32098aba0 1,800 1.00/1.00 vMB 59
543,461 543,461 0000000000000000000c3d9de4cf714ce34f257500d7f5326dbc71daf396aa95 1,635 1.00/1.00 vMB 50
543,460 543,460 000000000000000000192fb45c77bbe32f55b0ced7c1ae0bb102905e11a0d1b1 2,341 1.00/1.00 vMB 63
543,459 543,459 00000000000000000006c217aeb0a3df84dc17e1398e507683388283affab112 1,232 1.00/1.00 vMB 68
543,458 543,458 00000000000000000001295de359c95d35ced6f9a9665e15a1c6b7fef69c36ef 781 1.00/1.00 vMB 63
543,457 543,457 000000000000000000269aac5edb8fc294b7146401cd2b06bc77718477c04057 1,301 1.00/1.00 vMB 79
543,456 543,456 000000000000000000242aebc41a7c958445e48d1d185e6d8057ea45f5578624 1 0.00/1.00 vMB 0
543,455 543,455 00000000000000000002c14e04325621dede1fd4db2454d3c552a2634aa9d9ae 160 0.06/1.00 vMB 11
543,454 543,454 0000000000000000001b91d402cd3b80cc7e72a2ce33745853572b6dd3b47ea0 904 0.38/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.