Loading Tool

Explorer IconExplorer

Memory Pool

22,712 transactions
24.44 vMB
0.04854333 BTC
Random Selection Loading Transactions
Max Size: 117.57/200 MB

Candidate Block

Mining Attempt b18d0ff4c85768b33e7d739455eb59f23941b9202883bf0fd966343051fed778
Version 20000000
Previous Block 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f
Merkle Root 6e271716361f396f3d9c7512d6107b3b0af3e29490eed5876e96c743610c9bc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,342
Size: 1.00 vMB
Total Fees: 0.00497591 BTC
Feerates: 159.02 > 0.50 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,228 (788,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,552 125,552 00000000000000001e8d6829a8a21adc5d38d0a473b144b6765798e61f98bd1d 4 0.00/1.00 vMB 781
125,551 125,551 00000000000008a3a41b85b8b29ad444def299fee21793cd8b9e567eab02cd81 40 0.01/1.00 vMB 256
125,550 125,550 000000000000306c26d99db4b48eddb561c758a32e3f217168f26efa09629707 9 0.00/1.00 vMB 340
125,549 125,549 0000000000003a3ac856b1fdd371248698b06d584fa307912178096947132934 29 0.01/1.00 vMB 1,133
125,548 125,548 0000000000000fdf573cc514d9f9ca6907f42267aa47e9a188de4b5ae2a26424 50 0.02/1.00 vMB 856
125,547 125,547 0000000000003ae9b651c509a519ca35f9a1ca21e5d4c86af7c536be9e57d8db 20 0.01/1.00 vMB 672
125,546 125,546 000000000000407573d91935c258f1e31bf9ea33b2984e8f78971c8f4dca4737 73 0.02/1.00 vMB 2,426
125,545 125,545 0000000000001b8527cbc3c9a5b58029b94ef99ddfabe817251b2ed56c551c51 8 0.00/1.00 vMB 1,107
125,544 125,544 0000000000003fee478fa0b82fb075ba161a521991fe7951783154be96ca3c5f 29 0.01/1.00 vMB 388
125,543 125,543 0000000000003949c5390a26b2c76b6c6d819dfd18afe1623fcd5b7ce2c4b99d 11 0.00/1.00 vMB 0
125,542 125,542 00000000000039c89c0983f7ec3e09c68f89eee5227163c93519fba7941614a7 8 0.00/1.00 vMB 363
125,541 125,541 0000000000001a7c3413bc3992551924f9133edd148c946eced04b01d7fb8a6e 6 0.00/1.00 vMB 0
125,540 125,540 00000000000015ba72d71f8c7aebfcac65a689adce10d86c11e786e96edefd40 85 0.03/1.00 vMB 1,327
125,539 125,539 0000000000002f9e18114d2a56714e1a1fdb58525857fc0b5460e51da682ac2b 10 0.00/1.00 vMB 18
125,538 125,538 000000000000008fe9458d86b11599180eab9f33181624f3a739d3abc772fe38 25 0.01/1.00 vMB 1,106
125,537 125,537 000000000000343a779d79babb6f30f63323a298340fa3e2f83eba68c81153ea 12 0.00/1.00 vMB 717
125,536 125,536 0000000000004138ca7cd869e8af09e40520d81418e939fab181ae25aae0a74a 1 0.00/1.00 vMB 0
125,535 125,535 0000000000001ee281e278089cc791423110577f38b757805e493e3a72b29084 13 0.00/1.00 vMB 1,305
125,534 125,534 000000000000276b9e2a4d836f4786cff894e8b5b69708bbb62a0982811fbcc9 12 0.02/1.00 vMB 1,035
125,533 125,533 00000000000024e0a629ebe27552828309d1efddcfd9f5bb1170a1c3c68fa51c 8 0.00/1.00 vMB 1,000
125,532 125,532 00000000000043cf0c9ecfdee06ff8c0631505b70a773fb4de1222f5b3a92d4e 12 0.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 781.00 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: 575.41 GB
    • Received: 8.27 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.