Loading Tool

Explorer IconExplorer

Memory Pool

79,112 transactions
30.03 vMB
0.08281070 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt acaa9d91ab99978d1f44879e140924ff154f9106d8c10b3e66f40f5b05f8fcf7
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (325,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,654 589,654 00000000000000000003a0bc1deddb0f9a8a063da874a6800cbde4079f3dcbce 2,229 0.80/1.00 vMB 24
589,653 589,653 0000000000000000000cd1dfd884af5c6d4033f2987e7fdfb2d8430aa6382c5a 400 0.22/1.00 vMB 37
589,652 589,652 0000000000000000000dc7b04fdc1681a299ff4ba801931499332b0b448a1467 906 0.49/1.00 vMB 44
589,651 589,651 00000000000000000010ebb39f9d1ee7f11a0ed9a7687470cd743b57635a7cf8 2,915 0.96/1.00 vMB 22
589,650 589,650 000000000000000000159a900e8f0d591e9c1041618fcd71fb5621608156fad5 3,131 1.00/1.00 vMB 39
589,649 589,649 00000000000000000007b38fd9e812612dad26b0ed20a98a40de44d9ddeb791c 2,380 1.00/1.00 vMB 13
589,648 589,648 0000000000000000000c5489fbbe70f5e0e75351e602bfed7675daf01c5e345c 3,252 1.00/1.00 vMB 44
589,647 589,647 0000000000000000000b73d5625be048d311e1d655fdb02f96c96d4c0ab47968 3,307 1.00/1.00 vMB 31
589,646 589,646 00000000000000000018b594194595d3e179582aae25161e1a1002ca0b58c81b 3,215 1.00/1.00 vMB 32
589,645 589,645 0000000000000000000463c4699b715b8b391401a291611683810764ae884767 2,821 1.00/1.00 vMB 12
589,644 589,644 00000000000000000012aa1f426e780699c4d3fc11f97531a560ad4f7041f3b2 2,142 1.00/1.00 vMB 33
589,643 589,643 00000000000000000000d68d6ed9e2a94a5301fc31928281ba325b93f4f36741 833 1.00/1.00 vMB 9
589,642 589,642 000000000000000000160511d531e6d71a351997323de9f1fbea4a251f551b0d 1,770 1.00/1.00 vMB 9
589,641 589,641 000000000000000000099054fbd759c9ea605d41ce56dcdd9bd687d6ab72b291 1,561 1.00/1.00 vMB 20
589,640 589,640 000000000000000000113180e576685e3d9c0968ce725ddb54720072d12a873b 2,730 1.00/1.00 vMB 32
589,639 589,639 000000000000000000094c41d4e1d6747db943c8cf8be2c3d887a52c89831ab1 2,416 1.00/1.00 vMB 35
589,638 589,638 0000000000000000000f0f13fbdf499c2f5123f87ecf0f77a328755070f7a318 3,094 1.00/1.00 vMB 56
589,637 589,637 000000000000000000151510a20d8e4946aa2396c18b6271cfc3b0792889f14c 1,011 1.00/1.00 vMB 36
589,636 589,636 0000000000000000001b0ea62062f9d713341e81f73d17c8ccd8c5ca8b28d12a 1,374 1.00/1.00 vMB 73
589,635 589,635 00000000000000000004662442722cc577f7165ac5973b48a2e7e9450ef7cd48 2,326 0.83/1.00 vMB 25
589,634 589,634 000000000000000000111c21734a6c7d87294a26bcb471b881406f79e8091b90 2,785 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.