Loading Tool

Explorer IconExplorer

Memory Pool

26,123 transactions
6.04 vMB
0.03685766 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.59/200 MB

Candidate Block

Mining Attempt 76440cf7bda2cafeb87e48c8821837b6b3e1baf2594c7beee3dec73fc06f600b
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 7f9a63f101e3ef19a48fb9180eabd0f4ff43a792c8c7629bc284dcb1ab8953cd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,077
Size: 0.88 vMB
Total Fees: 0.02324402 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (780,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,573 132,573 00000000000003e2d65a2e8acbf428a18ac6a6bc6d9e1adf8489e8c33477bbf6 195 0.06 vMB 337
132,572 132,572 0000000000000c2197aab1555254039dc6a6546d80fe3783fa08781d3e286bb8 8 0.00 vMB 363
132,571 132,571 0000000000000f08e67b29d1cc1bfd249fdac4b35f5b768a3dd3d52aad084d3c 38 0.04 vMB 90
132,570 132,570 0000000000000a897328af0e398533d763b60a72a7571758501ba15b309cd3a4 237 0.08 vMB 106
132,569 132,569 0000000000000a4c339759801bd0ecc565fd93a93c648baa10d4ccf831e372e0 29 0.01 vMB 434
132,568 132,568 0000000000000195e38a81b3cb01a837a96fbd40ceefa8fab83afa58db5efa88 9 0.00 vMB 226
132,567 132,567 000000000000023a35f879ab4b81638405adf645dfd5cd42f939b583f9509d59 48 0.02 vMB 434
132,566 132,566 000000000000040c5d64b391b4e5863794cf0e549cbe347460499ed791025482 14 0.01 vMB 1,773
132,565 132,565 0000000000000ce7dc76a7d4f9d95a021f4cb08d5e1b1c46877a454c260a8df6 56 0.02 vMB 928
132,564 132,564 00000000000013128b4158d143730a04dcf40b957d8502ad142b04a837ef71b8 82 0.04 vMB 192
132,563 132,563 00000000000010fb8e9fe5429e3c9722ef41174e3d5a555220887c3638170b7b 32 0.01 vMB 769
132,562 132,562 0000000000000bf13bfd4079ff3d068ac6ff8c5fbb335c18035837fc20bbdf15 28 0.02 vMB 100
132,561 132,561 0000000000001241dc73cab1ed3ec46fb353976d16c3025a29375c0b71cb62bd 29 0.01 vMB 832
132,560 132,560 0000000000000a288dec01b72f1ba47162fc945db2ba26f6ad15711b0eb45aa5 31 0.01 vMB 254
132,559 132,559 00000000000008eaaf0299fa941336516430a76620c090f61d8ca5caca044a6d 35 0.01 vMB 373
132,558 132,558 00000000000009da6636b78320fead17f954f581872dc01fc98ee6e4741fb58c 97 0.03 vMB 178
132,557 132,557 0000000000000b35bf9f7e4533c4dc54c92f3d6a2dd63d18855ee3b76ae93cf6 1 0.00 vMB 0
132,556 132,556 0000000000000368d105542df6a6082dce893e9bf67c767ba9802b4588838e36 90 0.03 vMB 82
132,555 132,555 000000000000011288a43c6ba6436bc5360ca8a76ed4954c944d67fddc21e425 69 0.02 vMB 215
132,554 132,554 00000000000003776f864cecc469908aaf185fd378c427939920a656a62f5b8d 288 0.08 vMB 192
132,553 132,553 0000000000000586816d4936610a83e4412faa033093cf2957ffc534bf2eb1a0 36 0.01 vMB 710
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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