Loading Tool

Explorer IconExplorer

Memory Pool

39,158 transactions
28.55 vMB
0.06262304 BTC
Random Selection Loading Transactions
Max Size: 144.91/200 MB

Candidate Block

Mining Attempt 917a5a12460ce307f89636a50a37cb899e7716f4438e8bcd20f68f3b752abcb8
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root ad93aa8a22593fff04423db597ed11816d2dd99e30faf5aaaa3eb22f3ee46eff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,727
Size: 1.00 vMB
Total Fees: 0.00742636 BTC
Feerates: 50.27 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (254,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,731 659,731 0000000000000000000bb07c94644fc4fd8103dee609307d8b3739c4b3400286 2,893 1.00/1.00 vMB 132
659,730 659,730 0000000000000000000996fd090e8c6ef72dee4d88959bcdb588f2a1cc98496e 664 1.00/1.00 vMB 142
659,729 659,729 00000000000000000004c37f43818b8263dfea72dcc26d46b40120964f52b15f 1,013 1.00/1.00 vMB 145
659,728 659,728 00000000000000000002640385e1bea55f0cfe27e4b244be4badc60e47264d0c 670 1.00/1.00 vMB 139
659,727 659,727 00000000000000000000a8f3661d0b3619f37b92fa0d3617a6c20c641d79fcb6 1,543 1.00/1.00 vMB 159
659,726 659,726 00000000000000000004041fcaed1b41f8cca49a9360c9f0f7019b61b50eb0e5 2,554 1.00/1.00 vMB 138
659,725 659,725 0000000000000000000d9dc196e06729ded37959b07dd25249cf5665e43a9a8f 628 1.00/1.00 vMB 129
659,724 659,724 0000000000000000000d1f95e90c822cae4d4a593ee9572d7b0b65a93ef4e4fa 2,679 1.00/1.00 vMB 133
659,723 659,723 0000000000000000000cb076427dce555aac9617abfe3bcb3aeed757a6dee1b2 980 1.00/1.00 vMB 120
659,722 659,722 0000000000000000000bce06e27e739d58dac362c30bb3c575ad9f52199cb35a 1,659 1.00/1.00 vMB 27
659,721 659,721 0000000000000000000e60a8c06837b9431567d6b8f34e7064d3f2f90096161b 1,792 1.00/1.00 vMB 39
659,720 659,720 000000000000000000009a530ca5477fdc8473489ab3bacd1d1fe309b4af063e 1,707 1.00/1.00 vMB 22
659,719 659,719 0000000000000000000b2f65c759af2f1a360993da360e2c89075aaa3ab48f05 2,095 1.00/1.00 vMB 79
659,718 659,718 0000000000000000000d8b35528dad66d50ae008b7d957eccd1b73dccea2a15b 1,696 1.00/1.00 vMB 32
659,717 659,717 000000000000000000089f9fdf2596affb12a66618ee3a26c8fc7ada60690ef7 2,157 1.00/1.00 vMB 62
659,716 659,716 00000000000000000007d649ba4b0f5bd4f0c552158c3d7bea3c53b43aaff49a 1,164 1.00/1.00 vMB 45
659,715 659,715 000000000000000000024cdefbffceb4ed9819364503c0a88f8e186361810021 1,501 1.00/1.00 vMB 79
659,714 659,714 00000000000000000005be08a0fcae28eef24f1cf24b3bd7254ed032861051c6 3,016 1.00/1.00 vMB 109
659,713 659,713 0000000000000000000e40164250f3c31438c3feea3abd26f3c1d79e41b2706e 1,228 1.00/1.00 vMB 21
659,712 659,712 00000000000000000007313078dfbaa59df14aa5fffdbb3b97747ac01c6d9bcb 1,251 1.00/1.00 vMB 47
659,711 659,711 0000000000000000000a0ee13e89ea0bc661985108990488700050c316bc0756 2,653 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.