Loading Tool

Explorer IconExplorer

Memory Pool

46,722 transactions
29.95 vMB
0.08757576 BTC
Random Selection Loading Transactions
Max Size: 159.41/200 MB

Candidate Block

Mining Attempt 4ad21955c112af609e874bd032ea011076bd695bdb5d1981601d6695d9a2d83f
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 30126bebbf19946d5dc365aed5c229eb0d22125cbbd77472d06f9a9136c84c12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02930524 BTC
Feerates: 110.38 > 2.94 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (100,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,658 814,658 00000000000000000001988b51ff3b256adab6d0526c0f58f21598643e565a68 1,440 1.00/1.00 vMB 5
814,657 814,657 0000000000000000000187acbfde849ab7c12035d697d8f31b4f6ecd3777a8eb 2,137 1.00/1.00 vMB 12
814,656 814,656 00000000000000000003f5722c5bcc031e7ec679d26cc8f728f30b4f7b22e50d 1,149 1.00/1.00 vMB 5
814,655 814,655 00000000000000000003ca8ac38a2e3e5007b7ca1c51b901337ba87e3c59c954 1,028 1.00/1.00 vMB 6
814,654 814,654 00000000000000000000cf1cf29b9d5a8db7bdeb97a4e798812ba2e1e2e3a037 2,489 1.00/1.00 vMB 10
814,653 814,653 00000000000000000003a3d0276fa4db1182274bbc742bf4e06162a05921caf8 1,938 1.00/1.00 vMB 10
814,652 814,652 000000000000000000003b7ed8244a647c0e0bf581bc47d9594e50f6b93cecfa 2,960 1.00/1.00 vMB 19
814,651 814,651 00000000000000000002f616f430a0a5d8716651ffcce846a4b9fbf62e315a9f 2,308 1.00/1.00 vMB 15
814,650 814,650 00000000000000000003e98508228d3c230bba815f49f02f8129a6e640fc37fe 1,687 1.00/1.00 vMB 14
814,649 814,649 00000000000000000003af431b4eaa7006b9d95c0a184c09ff314ba664fa940e 3,529 1.00/1.00 vMB 16
814,648 814,648 00000000000000000003fcce823cba0477242b2dade92f60dfbf82f08194e117 2,966 1.00/1.00 vMB 24
814,647 814,647 0000000000000000000146669985c8bd63985a972707660992ffb76e31c0e14d 3,132 1.00/1.00 vMB 18
814,646 814,646 000000000000000000001d1566f6f8e63266751822a990162c48c0abb8f34eba 2,354 1.00/1.00 vMB 9
814,645 814,645 00000000000000000002e2ce4dc2fcbd0f6d791e4dfe6fbbb8feb1271d523ed3 3,744 1.00/1.00 vMB 21
814,644 814,644 00000000000000000001a712073e977893be2302c27ad5728c508d5bc5c2334c 2,279 1.00/1.00 vMB 3
814,643 814,643 00000000000000000001fa73ac1cabf62557c830f99e6ad06fa8c81bafab49a2 2,223 1.00/1.00 vMB 9
814,642 814,642 0000000000000000000396635d64af7d471daf727ae5f5161f4851d439d5608b 385 1.00/1.00 vMB 4
814,641 814,641 00000000000000000001de5affb6b4e12c282bd0a23fd9c5bf60099fd7b29760 2,664 1.00/1.00 vMB 11
814,640 814,640 00000000000000000000f4af9cfb3c3e4e58d7582e18211a282aaf19cb1496b0 5,463 1.00/1.00 vMB 4
814,639 814,639 000000000000000000016ad86bfe980c81296b6bd8c31a473545c2704f6894bf 5,349 1.00/1.00 vMB 5
814,638 814,638 00000000000000000001985f20f9c1c5d3dd616df8d3d69870cae0d564a2d34d 4,494 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.75 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.