Loading Tool

Explorer IconExplorer

Memory Pool

20,361 transactions
8.83 vMB
0.04766908 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.73/200 MB

Candidate Block

Mining Attempt 30222b63ac058c4114817795c07c037645977b75145bfc46d8b3ee3076787a34
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root c4101462387c5ac47e9f13abe803b1f36f00ac823658645cfeb4b46f24beda4a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.02738650 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (745,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,760 167,760 000000000000055f8716649e931e26cee3baf4df372e1da5e7ae2657c17a7595 4 0.00 vMB 70
167,759 167,759 0000000000000ad7fd58ce72f7d5bc5f01d681d9d662dcc5c015f7c84fbfe284 9 0.00 vMB 59
167,758 167,758 0000000000000be7de02dde12b5381265518b888fc02e42d0c362b17d6511c21 102 0.03 vMB 40
167,757 167,757 0000000000000bcd08dcd1977070330a471c66667bd324c41d8727f2f5fc6181 12 0.00 vMB 448
167,756 167,756 000000000000031b722c1f71bd34720cd1b506e7986f8c9879a9040dfd3b28dd 39 0.02 vMB 21
167,755 167,755 00000000000009918329120789c91d5294d1201cedf07e16a52e3294801ba083 89 0.06 vMB 190
167,754 167,754 000000000000068a49db3799399ba6b79ae63ac73499d15a4b08e9b2b35ddfbe 11 0.01 vMB 79
167,753 167,753 00000000000005e74c315955543d49a35844ffce254b632a7d613b1365db095f 17 0.01 vMB 95
167,752 167,752 000000000000054ea7047377a66da2361a38b5e93e7e86c431bb794eb4a75309 1 0.00 vMB 0
167,751 167,751 00000000000002da1f2ad6a536a88715267f6b97fb1fe79863c0872156c56803 3 0.00 vMB 6
167,750 167,750 0000000000000893be7888a03edafc8d841209e1ba67c7f6cef7d9fe01586f56 90 0.03 vMB 159
167,749 167,749 000000000000002dda5d9d969e4316086fc83d28101cb180554298afbc9e5e62 9 0.01 vMB 84
167,748 167,748 00000000000003935defa219dc39a3d05f5f2c02555fe355ad41c62b12f80e39 9 0.00 vMB 440
167,747 167,747 00000000000005fc66521e8dac22acf565eed24ef388f1ba71df94fff772c19b 120 0.03 vMB 7
167,746 167,746 0000000000000418996855d4bd1b5009fc0227024e5c43bfcb3f638c3c42b75b 43 0.02 vMB 62
167,745 167,745 0000000000000be463da85d1676162f01b882861fd4e9a1c490b35eab709a3be 14 0.01 vMB 368
167,744 167,744 00000000000006eecf93b4d6c4e055a03fa095f31de086a5e41d1e77c16778ff 19 0.01 vMB 160
167,743 167,743 000000000000084ddf033c461c60c6f0dc9243d62897d007c83d3df10081a8b4 50 0.02 vMB 245
167,742 167,742 00000000000000af3dd9a1b0be41909e32e734e79c8d87c936cd9f229b0d7a2f 122 0.06 vMB 299
167,741 167,741 0000000000000233bd4e90d72cea1efaf6318daf5e3728397d3ce8ada401052c 80 0.03 vMB 134
167,740 167,740 00000000000000982757e569b42a805e462e1bd5db79b31d57e5203dc598d81b 125 0.03 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 249.38 GB
    • Received: 0.95 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.