Loading Tool

Explorer IconExplorer

Memory Pool

81,833 transactions
31.00 vMB
0.11634562 BTC
Random Selection Loading Transactions
Max Size: 185.52/200 MB

Candidate Block

Mining Attempt 82e9c97a22c2745e5234e1d9ed0d34a37f6a35f52cb4ebcb5b1dadb7006909fe
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 7ce37bc8bdcf19164b67b139ef3357a13d124b3c7e09f8c7f5f07f1c5fbe0933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03328544 BTC
Feerates: 101.42 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (807,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,975 107,975 0000000000027ab0bc958df41356064a99a852551c733b495a18b3966e660e3e 1 0.00/1.00 vMB 0
107,974 107,974 00000000000230ad4306e43c61b0131d1be0987f693a076ddeb28321fff3daac 3 0.00/1.00 vMB 0
107,973 107,973 0000000000020f80cb99590bd1494c9aca1e89ee6598ae03a442decbf40eb21e 4 0.00/1.00 vMB 0
107,972 107,972 0000000000011442b098e373d51f984aef6030d90af19bb44f538fb71f848bcb 5 0.00/1.00 vMB 0
107,971 107,971 000000000000876d7d618774ed36d5e6fb8042c834feb70ce3d0b49f9c4c8ec5 11 0.00/1.00 vMB 0
107,970 107,970 0000000000024e502f970ba7d56e01423de4a5b902a0f516891251814e54f234 7 0.00/1.00 vMB 0
107,969 107,969 0000000000019cc12b8e98ff4465302b473d6b916d7e83bf89495f96f6c10e05 29 0.01/1.00 vMB 0
107,968 107,968 000000000000242895ee86b34776d3f163dce718fe0c2258b8a9690b535f6aa5 4 0.00/1.00 vMB 1,355
107,967 107,967 000000000002242fb90e3156309c801962d42aaba36eb66e3567b2961e1be5e1 4 0.00/1.00 vMB 0
107,966 107,966 000000000001cdbc37e65f49367f96e02a2a9fb3634376c10f474605251c3a4b 1 0.00/1.00 vMB 0
107,965 107,965 00000000000070eb667c2a3cb8a858e5e281df85c3f85bccfca802ebea1ee9e8 2 0.00/1.00 vMB 0
107,964 107,964 0000000000005dabb73ea05626efabe88ef7e6362445522deb24440ce3fc62e2 9 0.00/1.00 vMB 0
107,963 107,963 000000000001a531f3232e6db35667a4673a2d2f23e2006ca673ceb024435c2d 4 0.00/1.00 vMB 0
107,962 107,962 000000000001b33c8fb4d120dce4a13771c466a46d708880d57d03852fe492d2 11 0.00/1.00 vMB 0
107,961 107,961 0000000000027be394a7ea6c28221dc09f18cb7dc7dafe533b4e81a2b9c9c861 11 0.00/1.00 vMB 0
107,960 107,960 00000000000283fc07588073505138ff449d30281a8f8161cbd3854ba0a11de5 4 0.00/1.00 vMB 0
107,959 107,959 00000000000183fc0594b754895c8a53442b420862a451171768d3490b842e0d 12 0.00/1.00 vMB 0
107,958 107,958 0000000000023d5c472b5937fab0d62ae3841bb2c05cfadb2b09d66d9e415cbf 34 0.01/1.00 vMB 0
107,957 107,957 000000000001d86f6f69f2add6bf705fa40b4d8eba844bd7a03c3a7bebcf7bc4 6 0.00/1.00 vMB 0
107,956 107,956 0000000000025c7d0b9a1093e9765b0d8ccfd09e6065a7128d3de3ec9170b4e0 1 0.00/1.00 vMB 0
107,955 107,955 0000000000007c1682926896dc5b8a85be24697393fff9188f07e02e3497c401 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.