Loading Tool

Explorer IconExplorer

Memory Pool

59,581 transactions
34.13 vMB
0.12732487 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 11bd3e93e419ec66b0ad166f5419af4e53752efb5c41f73494c51dcf182a380a
Version 20000000
Previous Block 000000000000000000005a91499f9efa49c575f49b22a0d2869f80f8d2bdf04f
Merkle Root b18e60a9cca4210e0c750b6832b3ca871d10de2642232707bcf15e7d745b57bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.04760444 BTC
Feerates: 1,007.04 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,427 (799,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,467 114,467 000000000000a97a24b7b0db833d8b66613440e75764ba5c7214d291ee6ac630 14 0.00/1.00 vMB 3,872
114,466 114,466 000000000000437a37d7b7fc9fac98511e08c256699a7c8183a726046892d643 16 0.00/1.00 vMB 3,875
114,465 114,465 0000000000008f7616003ba3e12e290ecf84dc9d773d13584444e58adb6c3e91 9 0.00/1.00 vMB 3,881
114,464 114,464 000000000000905997111d3ffa8bf127b25d23efdf9e40ee27730f62123b63ed 57 0.01/1.00 vMB 3,735
114,463 114,463 000000000000b357bcc7c6e074cb887be45e9ed0a13e4a5c598f7de263b5cec1 3 0.00/1.00 vMB 2,886
114,462 114,462 000000000000a90197a895c38d7f68627003d6caf77de4504e207db0989a6d26 6 0.00/1.00 vMB 3,563
114,461 114,461 0000000000007e0764de024279257a04ac16882980878f174fcc58fd874315bc 13 0.00/1.00 vMB 652
114,460 114,460 000000000000d027ab5c0c1bf4cb7f2af1823b3405a35271f958fa97733a4afc 17 0.01/1.00 vMB 309
114,459 114,459 0000000000004257b31fd8e3e32c3799bb59eb1681811c597dc1fb0181768e83 1 0.00/1.00 vMB 0
114,458 114,458 0000000000002c014be547527bbe8b38351c609d29cc7f525f5d3b251bae0b7e 9 0.00/1.00 vMB 3,877
114,457 114,457 000000000000387b511f1d1f05497b51ed133d9ba214481923383e232cfbcb62 3 0.00/1.00 vMB 3,875
114,456 114,456 00000000000095eb49eb960669f50c51f33e95f549fd467cd6ef55941427c4c7 1 0.00/1.00 vMB 0
114,455 114,455 0000000000006d08cb2c1efdf210d1d6f1cf2d722f4ca8364f597878da375d43 1 0.00/1.00 vMB 0
114,454 114,454 0000000000002db5aef6bf3e65dd63dab3ac294545627fc0d9cf38debc27dc19 2 0.00/1.00 vMB 3,891
114,453 114,453 0000000000006165adeaa140d0150cc6b462ae33b0e695ecc031a297d1c57a80 8 0.00/1.00 vMB 673
114,452 114,452 000000000000c9d78057e823332e8c9457e010d7b45e10aed19bab669adc2a63 7 0.00/1.00 vMB 0
114,451 114,451 00000000000053cb05213dcc05fc052459c5c26e6055959225a1b73b0ea78d5b 61 0.02/1.00 vMB 2,777
114,450 114,450 000000000000a8bd64e10383978ca08831127f21c99d8c1e9eabe3167fff8174 17 0.01/1.00 vMB 1,606
114,449 114,449 000000000000668bb6a088f6ec208edb71336c9c33735ecb5ea8a812f30350e6 12 0.00/1.00 vMB 1,694
114,448 114,448 0000000000005eb60fe271e027a07d7ce745a94d0abb5af434573255b0e2f6ed 1 0.00/1.00 vMB 0
114,447 114,447 000000000000c4069849f6ae4c3fe7042fc7002db36ac85b6624055ba1201c44 6 0.00/1.00 vMB 3,866
Previous 10 blocks ↓
Total Size: 781.36 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: 602.21 GB
    • Received: 10.37 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.