Loading Tool

Explorer IconExplorer

Memory Pool

46,492 transactions
30.68 vMB
0.10047441 BTC
Random Selection Loading Transactions
Max Size: 157.88/200 MB

Candidate Block

Mining Attempt 6b1651e08b69607878efb54e4e803df81cc41ebffb288a3fe2e614169b36e204
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 2fe485515b3631f65433a3cbbfdbf58ac90aef6a4b9c430ea3604298cb663133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03282728 BTC
Feerates: 100.29 > 3.29 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (427,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,552 487,552 000000000000000000f83633d06364d7c835b0152acb970adbafd8beb13953cb 1,619 0.78/1.00 vMB 73
487,551 487,551 000000000000000000182a4d320c4d6744d98d8f0a72f3ad45b8764a6b15cd3b 2,242 1.00/1.00 vMB 43
487,550 487,550 00000000000000000006e5e11b01e51de9c8351f9a3cc8d68aa0b3a578fe1f6c 2,743 1.00/1.00 vMB 40
487,549 487,549 0000000000000000006273c1284a588049942e2c2b75863e7636465a26ae0374 245 0.09/1.00 vMB 130
487,548 487,548 000000000000000000e54285c1ffbcad168980c63c30549849f54a72ecf09a6d 2,204 0.97/1.00 vMB 98
487,547 487,547 0000000000000000005dcef826aa13642ff0af4e81ecbe779b04e3e820ecdf50 1,952 1.00/1.00 vMB 70
487,546 487,546 000000000000000000806c37d87dbbc52e37de417dfde96a65f211e9858a7a72 2,059 1.00/1.00 vMB 58
487,545 487,545 000000000000000000cb6e31a199c494cf4b54927aaaaf0e805e5a03058fb5ea 2,572 0.98/1.00 vMB 150
487,544 487,544 00000000000000000085b7b9ef717573e0462e98f204fb42ee6e21e97df496b2 2,526 0.98/1.00 vMB 128
487,543 487,543 00000000000000000083a7c0febdb5b81f913c25998e246c62aadfc40067a71b 2,828 1.00/1.00 vMB 156
487,542 487,542 000000000000000000c0db12cb3fd5315c2ef8fc4490fc57b35164f3be3f54b4 970 0.40/1.00 vMB 98
487,541 487,541 000000000000000000ece0c5329e69b797f48e6d59272e7ca8b167407d1dfc31 1,162 0.59/1.00 vMB 68
487,540 487,540 000000000000000000833d3978552603ccbc8d26c495d3be7b5027c5376aaad9 895 1.00/1.00 vMB 7
487,539 487,539 00000000000000000072ab27a63c868e0364a4f6fe15c5d06bcf59069bbce7d7 1,315 0.66/1.00 vMB 118
487,538 487,538 000000000000000000b7d486809dfcf519605ddbc68803f18011290bcc5dbdc1 2,357 1.00/1.00 vMB 27
487,537 487,537 00000000000000000075824937848ba5a917f454bbfb8b7d1e41d11c603919b2 36 0.01/1.00 vMB 709
487,536 487,536 000000000000000000b66ca2fa678f1eb41899586769dba195aaf52d2ac82e75 1,689 0.94/1.00 vMB 85
487,535 487,535 0000000000000000007c85adeef84d3977f928a310f4843141c3638a5af9ccd0 2,020 0.99/1.00 vMB 140
487,534 487,534 00000000000000000016070003cf7ca91c87b6067de052c924145f57eb44ecfa 1,657 0.94/1.00 vMB 13
487,533 487,533 000000000000000000dd7a77f2a170879c9aab5f9545f32ab8666b2c3fd04fa2 1,834 1.00/1.00 vMB 90
487,532 487,532 000000000000000000eb07af66159e34c0c8b202f0d7c936781c581597ddeec7 1,501 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.64 GB
    • Received: 11.68 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.