Loading Tool

Explorer IconExplorer

Memory Pool

41,667 transactions
18.18 vMB
0.17613974 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.34/200 MB

Candidate Block

Mining Attempt 813bb128a17019fc6a808e4e274609f5d77f7b2593ff90e5aa31bc89c69154e0
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root d7b411542ada3e9a8249a4a3ce8f07db332b530609bdb306d37d442c7767c263
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,845
Size: 1.00 vMB
Total Fees: 0.05771697 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (777,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,589 135,589 0000000000000411fd91bc44b22f8dd248281bb5d97648e71fce7486a7efa361 28 0.01 vMB 126
135,588 135,588 000000000000041d3b72154edebe2937974551b06b124585f2fc310152ee4455 10 0.00 vMB 369
135,587 135,587 0000000000000177d82941772c4cf6da606bcb4f7afa029f1c572ce10df76d2e 24 0.02 vMB 362
135,586 135,586 0000000000000074919e1e65a7ee5d8a90f21052cc73cef4bdb81add95c6e783 85 0.02 vMB 2
135,585 135,585 00000000000008017dfc12ac0f1f469169aa2743f0d4c7d6ad433976308e9a1b 16 0.00 vMB 68
135,584 135,584 000000000000015a2a8d449eea41a7b44af5bad5536c3bdeca43fd7f2ffab44f 69 0.03 vMB 378
135,583 135,583 0000000000000aa0ce715fb1294c0ee61ef1e912e7a4b7e2865126ac6b6bdf30 9 0.00 vMB 291
135,582 135,582 0000000000000893ead25e71620b9e151d1fa6af841f51dcd5ab9b65d6929768 40 0.02 vMB 308
135,581 135,581 00000000000000d55484ae4c2dfff7da954fe2e46c3d1b5b3d207a7000731680 15 0.01 vMB 267
135,580 135,580 000000000000080e77a55b759981abc21115985d57584431cb34bea5518a54f3 27 0.01 vMB 180
135,579 135,579 0000000000000a2b5d284e15919c23eaef7988ebec93ef0af8939c51952fc589 13 0.01 vMB 290
135,578 135,578 000000000000068fb96b22759c9b7465055891c749b3212d31c345822f0d56e3 16 0.13 vMB 70
135,577 135,577 00000000000007fa48d9f93e67ff209044f6bbe3b5b6bde2723ce5407ce0de00 130 0.04 vMB 110
135,576 135,576 0000000000000038050b2682c267e6d51555bff00a70c124b70b2c673def751c 13 0.04 vMB 1,037
135,575 135,575 0000000000000911afc2d03cb35b5ba6644b93bc93bb3636528119e99ebe52e4 153 0.05 vMB 265
135,574 135,574 00000000000003b25b308efec09c72f7631eee65cf4090c663483f6547ac475a 144 0.23 vMB 121
135,573 135,573 0000000000000251d11c58897b941ba596857a8479457319df7ebefd80594f29 38 0.01 vMB 651
135,572 135,572 00000000000008092c891a47dbebd550c9cbc07205027235c1513c219caab527 13 0.01 vMB 59
135,571 135,571 00000000000003db4d0150cef8e82b3b2cd35566b8bd32471ff28ebeb315f731 65 0.03 vMB 886
135,570 135,570 000000000000076bfa502e9a154ff2bc043cdd89bdb2231ff120c34851a156e1 87 0.04 vMB 394
135,569 135,569 00000000000003118d2c0d37d00557b7d02641f6d8e5c80864c90a11dec30794 120 0.05 vMB 265
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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