Loading Tool

Explorer IconExplorer

Memory Pool

87,602 transactions
32.09 vMB
0.14226744 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt a597e3c4f1dcbaf448a3e40d2a5638e2e9d9d7a99001359d869d235c75864517
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (202,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,008 712,008 00000000000000000005e2d226a68bf61f03876d028d12d16aee4446e9bf9acb 2,565 1.00/1.00 vMB 6
712,007 712,007 0000000000000000000911bd3d6e5fb01012b8d49f41da4e723fc316ae040b17 3,526 1.00/1.00 vMB 7
712,006 712,006 0000000000000000000a9374806bf49d3501170ace4492a9a9c343031d462902 2,513 1.00/1.00 vMB 6
712,005 712,005 000000000000000000017f0edba710a35396eb1c0a10bcb36e3291bf6aee7724 3,664 1.00/1.00 vMB 8
712,004 712,004 00000000000000000009c27f1cc8459e0991a50a77ecda47889851a5eeed772d 2,666 1.00/1.00 vMB 16
712,003 712,003 00000000000000000001c5cf42d3065e0fb887ffa2d2685e8df9f763a8220c2f 2,946 1.00/1.00 vMB 10
712,002 712,002 0000000000000000000676c8e1db97c941edce6fe26163e441425266d4f60fbe 1,718 1.00/1.00 vMB 12
712,001 712,001 000000000000000000077552c90c84472e4078c01828ea10b8bd0fdd1a76cfb9 1,877 1.00/1.00 vMB 13
712,000 712,000 000000000000000000040dd6bdfc4bf9bdb4ee05580250c54ab1454bf19f9e75 2,237 1.00/1.00 vMB 12
711,999 711,999 00000000000000000005c2e18aeb5da1f7ed38f479b636ae91e6d32e177c1c3d 3,467 1.00/1.00 vMB 23
711,998 711,998 000000000000000000074501e125b4a20f0795aa8850d461eccf75a79d0ff5a9 1,754 1.00/1.00 vMB 11
711,997 711,997 0000000000000000000643aa8a188f20fb4217f50e77a418da429cf4270eb628 3,001 1.00/1.00 vMB 12
711,996 711,996 00000000000000000002ed35ee5d78f142a933a72d733272848768fc609c713d 3,570 1.00/1.00 vMB 21
711,995 711,995 0000000000000000000758c282bb39df697c41be504f1c7dbb49ce469a47600c 3,434 1.00/1.00 vMB 14
711,994 711,994 0000000000000000000a66b98ab06ff134047ccc7acee8dba4593b05bfa43b7f 2,714 1.00/1.00 vMB 24
711,993 711,993 0000000000000000000bbbcb6b8ece5473cb5749c8bb4485510212c2ba87ffc8 2,811 1.00/1.00 vMB 31
711,992 711,992 00000000000000000005e1a426bf9edee64528fa6c37c5525e793ebfe317794c 2,945 1.00/1.00 vMB 14
711,991 711,991 0000000000000000000562991c31e45ea0eb72b5b661f560b8f46988e7b302cb 3,320 1.00/1.00 vMB 9
711,990 711,990 000000000000000000032b73c5d5ddc9b37d556810b214ba4a4f282824ea7d66 3,327 1.00/1.00 vMB 14
711,989 711,989 000000000000000000004e5bb4c8d8dda1f558dd689f5983021a69dd9bb518ef 2,657 1.00/1.00 vMB 22
711,988 711,988 0000000000000000000408e1adb7bec32de6645ea300a3297bd7860f8dfa60fd 3,157 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.