Loading Tool

Explorer IconExplorer

Memory Pool

45,802 transactions
28.45 vMB
0.07349300 BTC
Random Selection Loading Transactions
Max Size: 151.21/200 MB

Candidate Block

Mining Attempt fc69c6e87d7c314d69ea83196677fc1fe733566d1d08721ea7c939f61dd93506
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 099a45d4b61b0d2eab4a96aa9e7d3fac25202b377c4a866b1e3566d505d3e49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.01970108 BTC
Feerates: 100.23 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (168,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,617 746,617 000000000000000000051396b9695c3be5be502c04e260a2eeb703722a4ddb2f 1,552 1.00/1.00 vMB 11
746,616 746,616 0000000000000000000678cc733ba101657642f7089cb7b9ec1beb15bc09763f 2,770 1.00/1.00 vMB 12
746,615 746,615 000000000000000000000d64e17d02a2410a4b079fcd96dabe5b44fc61409241 2,192 0.96/1.00 vMB 9
746,614 746,614 0000000000000000000721f7040844d5e5520587fa6d65ca1a774d4e307a1eea 1,645 0.68/1.00 vMB 9
746,613 746,613 00000000000000000009916079dbffcba824f850ae2a277f944499fedff9e9ef 705 0.65/1.00 vMB 4
746,612 746,612 00000000000000000001333425975d6912ac1fcd9b3dc86d64dea1660faee51f 1,588 1.00/1.00 vMB 3
746,611 746,611 000000000000000000018a80aeaa28609ec07e12de6d0bdd217609a5219c5fa2 2,521 1.00/1.00 vMB 8
746,610 746,610 00000000000000000005a1a294b3fd0042ed5388f5146fa9a637baaa3b66a49f 2,430 1.00/1.00 vMB 22
746,609 746,609 00000000000000000009ed649ac335fcae328645141333ca19fbdf5009cc01f3 2,241 1.00/1.00 vMB 10
746,608 746,608 0000000000000000000439c9398ea99794594df7ad6fde017c56376ba4166026 1,122 0.32/1.00 vMB 11
746,607 746,607 00000000000000000000ad9b2b7f1330d489d61c54660e36fd04a0b90c3c8413 1,787 0.96/1.00 vMB 6
746,606 746,606 00000000000000000005714095380bb1dca6a074ed7c4d6bf2f14fc8fd6231fa 1,449 1.00/1.00 vMB 1
746,605 746,605 00000000000000000008ba25f5f025073c1aef26f27c291d746e261cbda27f6c 2,404 1.00/1.00 vMB 10
746,604 746,604 000000000000000000082fcd92a7cc6c1a93600bad8b6c0c57ddda9709e732d3 1,374 1.00/1.00 vMB 11
746,603 746,603 000000000000000000048bf4b1e002992fb5aa23cffe88538a0bdd1d67fd0985 2,170 1.00/1.00 vMB 6
746,602 746,602 000000000000000000086438330ff0d431677a0c97f19ed3fa923a4fbc072cdd 3,351 1.00/1.00 vMB 8
746,601 746,601 00000000000000000009e92ce5f1ce4c8d35e1c5b5d2da02e7349401557629aa 2,704 1.00/1.00 vMB 9
746,600 746,600 00000000000000000005d4fc17cb12b468c0e75ab988a7d3ef7b7e68c4a03aea 3,124 1.00/1.00 vMB 5
746,599 746,599 0000000000000000000369ed2ce6c4fc11aaea7fc496d7682f54450ed7cd67d0 3,144 1.00/1.00 vMB 14
746,598 746,598 0000000000000000000a231ce6b74f63b93faf8867c6dc9501c8a99363d9b571 2,840 1.00/1.00 vMB 11
746,597 746,597 0000000000000000000053d38d7aaca3ee1a8ed85d73ece3235d0ada6bb50264 2,381 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.