Loading Tool

Explorer IconExplorer

Memory Pool

79,309 transactions
29.32 vMB
0.07288081 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt f19f5afac8930fd307391264e4ab94480a4a03384befa267d30ad61a87e24be8
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8fe808451e367ccea97f1770193fa1b3a348ca70b982c1078d9ccc0fddced3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01325829 BTC
Feerates: 170.94 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (466,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,563 448,563 00000000000000000042e846df5b6ad35548ba77321e8a787af3361c5ba3caa1 1,536 1.00/1.00 vMB 49
448,562 448,562 000000000000000000dd112628b26535cb756bb17c4e83aaa57d6dda676d2cd0 2,358 1.00/1.00 vMB 96
448,561 448,561 0000000000000000032a455858230c9e701913c7995098dde819fc767b50adc7 2,221 1.00/1.00 vMB 89
448,560 448,560 00000000000000000325ecc6034c9e1d2d21bc5a3a95e894f6f7282587af49f8 577 1.00/1.00 vMB 30
448,559 448,559 0000000000000000013af9264266574a878bf8fcb7d29df43196094c95cddb33 1,427 1.00/1.00 vMB 25
448,558 448,558 0000000000000000026fb9fe29a0cca20e9907172cff11b1a143d1c5f968049a 1 0.00/1.00 vMB 0
448,557 448,557 00000000000000000028efda8290d53b995e4e67127787c0da2231ee025659ef 1,390 1.00/1.00 vMB 45
448,556 448,556 00000000000000000064dc72c9480a73375e82486d3c6dd58775a2126f62c51b 2,489 1.00/1.00 vMB 82
448,555 448,555 0000000000000000009b840efe1e1555323c5d69f3b71f1c79e439a84d408415 2,460 1.00/1.00 vMB 110
448,554 448,554 000000000000000001bcd422fd960540a07f5abf95bed6750f06e755f3bb3fb2 2,542 1.00/1.00 vMB 89
448,553 448,553 00000000000000000326d10a69056a4c17c89ce3a7829db1fd95ca8afaf8e0f3 1,867 1.00/1.00 vMB 75
448,552 448,552 0000000000000000003320163ca5349dc7db78d56af0a10259f5d93d7bc4feb0 1,815 1.00/1.00 vMB 56
448,551 448,551 00000000000000000154f5c423233918503eb27a2af4eb6f37b5d3f14b7875d1 2,257 1.00/1.00 vMB 88
448,550 448,550 0000000000000000015159c081a61ca28e05bfa229670d7ba3f5116e03d158c5 2,260 1.00/1.00 vMB 102
448,549 448,549 00000000000000000064b2d887885361e912a1d8d0c8d4e05163065be2f6fc4c 1,983 1.00/1.00 vMB 39
448,548 448,548 000000000000000000d033e30521c9df3e848fe49ffb9e63c535d7d3506a39f0 1,934 1.00/1.00 vMB 73
448,547 448,547 000000000000000001cacafae5074bdcfcbf7320e283dc8faca5677d566f4303 2,299 1.00/1.00 vMB 84
448,546 448,546 0000000000000000010d3350efe40c0b2c4185bba7542c9c42e5a4ee8489a91a 1,788 1.00/1.00 vMB 47
448,545 448,545 0000000000000000009b050f31c2eddcdd0e838dd12ea90fab6953d54165c953 1,605 1.00/1.00 vMB 69
448,544 448,544 000000000000000001963c2a81f3e90410c2892a06b37ec048373a666dcf7727 1,927 1.00/1.00 vMB 55
448,543 448,543 0000000000000000028511968014fe5d52d3f562b8f7cdc3dc9c92d3a6a418b9 2,390 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.