Loading Tool

Explorer IconExplorer

Memory Pool

73,537 transactions
28.11 vMB
0.06667044 BTC
Random Selection Loading Transactions
Max Size: 167.22/200 MB

Candidate Block

Mining Attempt f1cf69cb1109d1545df60e97426499c10d86d3cd296fde565d5ac8a9439ff0c3
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 89af98f1a0e549e48af45fc0190ff043fd8d3166c864da93a1e74e52aa95689e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,179
Size: 1.00 vMB
Total Fees: 0.01049986 BTC
Feerates: 101.62 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (131,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,317 783,317 0000000000000000000266a92e1dc726c861ed7079ca06f4b245f30058abe827 905 1.00/1.00 vMB 6
783,316 783,316 000000000000000000014fb73a96e2264ea1dafb99604f488e96101b6de3b9b6 1,582 1.00/1.00 vMB 11
783,315 783,315 00000000000000000005523dbcc38bffe8438d38fe3a8a4591235d75e7e768ad 1,115 1.00/1.00 vMB 9
783,314 783,314 00000000000000000005b2185a1a49b86fde5fc04b8f4ff33597f8d7ca547b3f 1,444 1.00/1.00 vMB 9
783,313 783,313 000000000000000000035d08fc52d2ab50bff588e21d8fb64aec38b003d0a0e8 1,287 1.00/1.00 vMB 9
783,312 783,312 00000000000000000003ecf1526af88c141579b5e8518cffe2560f3338a22aaf 1,850 1.00/1.00 vMB 12
783,311 783,311 00000000000000000001447b49bba309a8ceaab4641ddb6d5a1a52eaeb9ebaac 1,120 1.00/1.00 vMB 16
783,310 783,310 000000000000000000025c179204c877c5ddef45640f398fa6225c1646e095a6 1,956 1.00/1.00 vMB 15
783,309 783,309 00000000000000000003f04e17ccff25aaefaa7c2d5a1697ecdebb8ca661ff45 2,102 1.00/1.00 vMB 16
783,308 783,308 00000000000000000002a40002a669555d9bf0d856125a4f0fe831dc00d21edb 950 1.00/1.00 vMB 6
783,307 783,307 00000000000000000005bbd1c74fa39c458735108db0ccff02961f641aa8c85d 2,934 1.00/1.00 vMB 21
783,306 783,306 000000000000000000043c3c4b4958209465080d922d54945fb29d0caeff805d 1,027 1.00/1.00 vMB 4
783,305 783,305 0000000000000000000497343f5ed7660b1de790bcd5343e7b4c71a65ad3f0dc 2,018 1.00/1.00 vMB 22
783,304 783,304 0000000000000000000422220e0ced7464af5df90c97c9bb6b7690e43b1dfc49 1,651 1.00/1.00 vMB 9
783,303 783,303 00000000000000000002b412715c559c2cb04d17211c7fb95cc58d8cd3b41f52 1,988 1.00/1.00 vMB 15
783,302 783,302 0000000000000000000289eb309b96ceb2a1b215dc83e0043659dd6699ad9794 2,561 1.00/1.00 vMB 24
783,301 783,301 00000000000000000003d4d8ff9a0f085e33d19bf29dd0eb167d9c60453ef4b9 1,188 1.00/1.00 vMB 6
783,300 783,300 00000000000000000005447efc9dfbb7495eadf25e320a86a09affe4e5832677 2,493 1.00/1.00 vMB 16
783,299 783,299 00000000000000000000044e14a68198bc8c09b1010df19d39c5dac44582fb21 2,880 1.00/1.00 vMB 25
783,298 783,298 000000000000000000000c05410ae40d39ff88df710c34905cb8c2aaefde8c79 288 1.00/1.00 vMB 3
783,297 783,297 0000000000000000000124ab96d998c4851fc32f545b55776e5608de83dbe3de 1,337 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.51 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.67 GB
    • Received: 15.54 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.