Loading Tool

Explorer IconExplorer

Memory Pool

72,342 transactions
27.43 vMB
0.07469028 BTC
Random Selection Loading Transactions
Max Size: 165.75/200 MB

Candidate Block

Mining Attempt a31ed91b9ae1797bb54ab81b73a83aa5d2549ad308457580b13ccf2d194c3072
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root aa77092acc28f3b4d2faf77da9d100b67e0b8d47de54202a957e0f4361e483a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,470
Size: 1.00 vMB
Total Fees: 0.01558816 BTC
Feerates: 322.65 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (793,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,313 122,313 0000000000005ad0f3b6d75cfdceb4a5e39185722a820b9b7419e719969cdeda 10 0.00/1.00 vMB 0
122,312 122,312 00000000000082d4dcd0b423fc466f996380c3e22a9b46ca25868b4262221798 12 0.01/1.00 vMB 0
122,311 122,311 0000000000006c73d1c177b508218dfe998d199cb17f0e4704cb0bb86f2219a3 12 0.01/1.00 vMB 251
122,310 122,310 0000000000003eabf2069c288583d3b554f2e672dff7adf4897a72b0dab29544 24 0.01/1.00 vMB 378
122,309 122,309 0000000000005ce097f3db28b151cf2788cb0b1a5c7ccdc238eeb6c85c36a800 10 0.00/1.00 vMB 295
122,308 122,308 00000000000028396e9ee39b5cfb864744d31d13d35eb19e0e8c7d0a3071d34c 11 0.01/1.00 vMB 345
122,307 122,307 0000000000001c5c789affb31e07f22e52a96356b3b9e8195b2e8a3fd99435e9 1 0.00/1.00 vMB 0
122,306 122,306 000000000000449858509b4c38b68b418207a00d745445108866e0e13b0202a7 12 0.00/1.00 vMB 0
122,305 122,305 0000000000004031fb348f4175e0f805b1c1a519d6349b0d273a9e5d0ad64354 9 0.00/1.00 vMB 0
122,304 122,304 000000000000418b9d96318b5a7f4e67c96ae9c08d5fdf95695dcbfb90556c6d 19 0.01/1.00 vMB 630
122,303 122,303 0000000000000bd550a44363ddbcc88b5e4b8041f9f9f718ff1c8b8940bf44d7 2 0.00/1.00 vMB 1,046
122,302 122,302 00000000000005937692916004553b92d3b2b37ab209be3d4f78a48268a59116 19 0.01/1.00 vMB 1,573
122,301 122,301 000000000000846033290f65b9eea94fb69418ada66270df42bd59246e140ff3 14 0.00/1.00 vMB 917
122,300 122,300 00000000000090e005c70f525af8f60f54fbd16104fccc11d09f05932121f133 12 0.00/1.00 vMB 541
122,299 122,299 00000000000010f79445956e3231258f5bf2b325198f604ba5beac4c51a052fb 12 0.00/1.00 vMB 0
122,298 122,298 00000000000058cbce4a66d1752b963df9a376c99cf4e0797a74084f4b6a38dc 12 0.00/1.00 vMB 316
122,297 122,297 0000000000000ca69718904607f782dbcc88c0f0b44fa1bb7a2b97aac3924bcb 16 0.00/1.00 vMB 226
122,296 122,296 000000000000907ad602f5ac2231f85479e798c1a1821c8bbd69d710fbda90b9 10 0.00/1.00 vMB 0
122,295 122,295 00000000000030a4fb3f56158b7a2035afd397bd28d262d531e4d7b010b53be9 7 0.00/1.00 vMB 0
122,294 122,294 0000000000007c79543c5ffd74bb6eb1e7884ccc39b509502b2d98fafdf67fac 6 0.01/1.00 vMB 0
122,293 122,293 0000000000000cef88cd48e6c4765bdb8820409ccc0227137237d283081d06f4 8 0.00/1.00 vMB 318
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.