Loading Tool

Explorer IconExplorer

Memory Pool

53,711 transactions
31.64 vMB
0.19086470 BTC
Random Selection Loading Transactions
Max Size: 170.13/200 MB

Candidate Block

Mining Attempt 81097e1e6ec1be37fe89fcd6a80ca71f86fb17d09de403d79b22b79b4e3b52db
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root cac6771a6020380fa7ce0557a901ee0def41606dc4abacf87e582207c703ded4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.10194889 BTC
Feerates: 477.45 > 10.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (112,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,794 802,794 000000000000000000013e5a8b9b6b791a1bec6aec8ae2b1e1d7a31e6dcb06b9 3,549 1.00/1.00 vMB 16
802,793 802,793 000000000000000000041374ceb60d6f679e165fc10515a8a8debd59dc1862ee 2,511 1.00/1.00 vMB 14
802,792 802,792 00000000000000000002839eef1cf0d72a67c207504f23b9f2b59b954aacd584 3,271 1.00/1.00 vMB 16
802,791 802,791 00000000000000000002419969143ce9d547dead17fd3a91e373a9da7a8570c0 2,698 1.00/1.00 vMB 18
802,790 802,790 00000000000000000005295a7205badbb5e5fcf2418eb45ff1ac16aae48232c0 1,328 1.00/1.00 vMB 11
802,789 802,789 0000000000000000000314412687fc307a13d8e05b9e657d00c0a137d7427744 2,304 1.00/1.00 vMB 10
802,788 802,788 000000000000000000001b7c057f0c25473eeb7f7c088b2b664eeb5ce24d95d2 1,441 1.00/1.00 vMB 9
802,787 802,787 00000000000000000002538fdd4a100eb573b62f20116dd289297b962bd018e0 3,938 1.00/1.00 vMB 8
802,786 802,786 000000000000000000014286ea3c390280b79b7fde8d3063e5de4eb26fae817b 591 1.00/1.00 vMB 7
802,785 802,785 00000000000000000002e17fa1467790e620edbcf5b36f66420e9cd320abb6b8 901 1.00/1.00 vMB 9
802,784 802,784 00000000000000000004c41cfbf4baca39148ac87e5078b0a2b9c11bf4108109 1,121 1.00/1.00 vMB 13
802,783 802,783 000000000000000000034b3de7b9512bb0e02266a3ed366a27a8ecd446efa237 3,698 1.00/1.00 vMB 7
802,782 802,782 00000000000000000001697c71546728b9c9f28397f5fdbac7e93979975c6ae3 5,254 1.00/1.00 vMB 7
802,781 802,781 000000000000000000006a8c22f1def520f36b2d4e47f6c23f9772e0923f2ff9 3,288 1.00/1.00 vMB 8
802,780 802,780 0000000000000000000511a5481c95aef81fa6307f17e5c9bd9dfed722e2ee04 2,532 1.00/1.00 vMB 10
802,779 802,779 0000000000000000000163b8546f67de5c1c7cab145ac54770cbae5db0016f8d 2,528 1.00/1.00 vMB 10
802,778 802,778 000000000000000000055f2e3ca8c3b8c6666bc64e4759376c1679d8b54b7c74 2,815 1.00/1.00 vMB 8
802,777 802,777 00000000000000000002029f9df23a58d2cad92894319fd4a419d88c6d1c94f6 4,204 1.00/1.00 vMB 9
802,776 802,776 00000000000000000001370db5707436a6e310d27d10402915c4783d1774668e 5,288 1.00/1.00 vMB 8
802,775 802,775 00000000000000000000fffdfc082552b950b5ad2ccee55dd923fc184c90b543 5,200 1.00/1.00 vMB 6
802,774 802,774 00000000000000000005109f6981d5383570a9a242f698bde019ce9545183eca 6,413 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.08 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.32 GB
    • Received: 13.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.