Loading Tool

Explorer IconExplorer

Memory Pool

72,930 transactions
28.21 vMB
0.07233556 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt b2d5adb63100c57e73685b68c4d6ee51ac2bff7049c58c1c0cdf753c8a66e094
Version 20000000
Previous Block 0000000000000000000171dc8005d923f7f3a1cd93058f583002b96777feb7d5
Merkle Root 74090325393dfcbecce353af278c03de13f4c196ec03bcda2d95520162f25ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,810
Size: 1.00 vMB
Total Fees: 0.01590304 BTC
Feerates: 100.29 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,047 (289,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,674 625,674 00000000000000000006348048fe1fe1c962d0e7747fd5a990be3ef78c6e5e7d 2,625 1.00/1.00 vMB 19
625,673 625,673 0000000000000000000310649c075b9e2fed9b10df2b9f0831efc4291abcb7fb 2,906 1.00/1.00 vMB 8
625,672 625,672 00000000000000000012dc167d60f79f7894accbafe898c55ecdf3399b581952 2,782 1.00/1.00 vMB 25
625,671 625,671 0000000000000000000aa0a25f0a005daed74b1a8cd6ece4d7f5824937ba851c 381 0.16/1.00 vMB 11
625,670 625,670 0000000000000000000b263d5ddb486ab7ed311321cb9f65e78d866b79d7fd14 2,003 0.72/1.00 vMB 11
625,669 625,669 0000000000000000000ae9cee48ddb3e9b7245577191226ea229870357b9e924 1,476 1.00/1.00 vMB 7
625,668 625,668 000000000000000000126443b2f7247a9e28bf6cdf940579eec50ca012307c8f 591 0.51/1.00 vMB 6
625,667 625,667 0000000000000000000784e131f8be4c30ab4ae4426cee8d2a3e4c4e94942066 787 0.50/1.00 vMB 9
625,666 625,666 00000000000000000010aa23f0df7fb63b531bb79e1c578d171283e77e0bc657 767 0.44/1.00 vMB 9
625,665 625,665 0000000000000000000883ed1393ced9b39e8f3eb010b229e0e9ca9a24db8f08 105 0.12/1.00 vMB 6
625,664 625,664 0000000000000000000fab40f8e696bf1a8910bbd8255324baadafd6878c6c5b 854 0.53/1.00 vMB 7
625,663 625,663 000000000000000000056c4dbc782bc186d70a9c550cadfa4d542aa77834b9d2 2,652 0.83/1.00 vMB 10
625,662 625,662 0000000000000000000f7edf501504a3ac7c0f3d6960297f6f80b1c277e2d530 1,636 0.58/1.00 vMB 10
625,661 625,661 000000000000000000116a08a592079606354b21f53d7ce0611a2dfefc8f4ff4 111 0.03/1.00 vMB 12
625,660 625,660 00000000000000000005497c3c8cb47a52eb88a4e2f4c40a83c1c02b9dec33e4 1,147 0.32/1.00 vMB 9
625,659 625,659 000000000000000000131511fedf4a2e1b7212ff02c827c8274532503be4a7cc 2,801 1.00/1.00 vMB 14
625,658 625,658 0000000000000000000ee513b94ff7fe23342e92a26f182645dbdcf7f536ddfe 1,638 0.49/1.00 vMB 12
625,657 625,657 00000000000000000009ded965283e33e05925779619cceab6dde67b4fecbb63 1,460 0.88/1.00 vMB 3
625,656 625,656 0000000000000000000e334fc143f2254ec097433632d8dbbff65c84e5d50557 2,173 1.00/1.00 vMB 4
625,655 625,655 00000000000000000008bfbabcce9915da368ffe663d1b4098a6bb21eeeb0489 2,706 1.00/1.00 vMB 6
625,654 625,654 000000000000000000078e3737c2a5bbd66f8649e3684707f6aa0977ae8f11a7 3,062 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.48 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: 668.08 GB
    • Received: 15.38 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.