Loading Tool

Explorer IconExplorer

Memory Pool

83,351 transactions
30.96 vMB
0.08370330 BTC
Random Selection Loading Transactions
Max Size: 189.88/200 MB

Candidate Block

Mining Attempt 27ec7449dc989690a7d0cdbf0e12ccab50fcd4efba773dae997dd696adb3a109
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root 65a9b396ea8c6d4f68a386d315815357385748f99718b42e0fb3f1249f97117f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,787
Size: 1.00 vMB
Total Fees: 0.01390096 BTC
Feerates: 151.24 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (405,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,505 509,505 0000000000000000003cd2ad5f4092639c804b80a09f64128c50e5ab41b24719 1,825 1.00/1.00 vMB 81
509,504 509,504 00000000000000000028c91a95cd6a5b6cbd913c203510eab269208df6c64091 1,830 1.00/1.00 vMB 86
509,503 509,503 0000000000000000001550c1ce2f87d8874a7f8b943e57fbed0cf49a8279d9a6 1,290 1.00/1.00 vMB 26
509,502 509,502 00000000000000000056d2067d53089a5f30aba3ff229b3ca84e02a9ddbc4045 493 1.00/1.00 vMB 18
509,501 509,501 00000000000000000001f13e628fb00cea659850760042330a8a3a5fe2214428 1,278 1.00/1.00 vMB 67
509,500 509,500 00000000000000000008c3d3281b57a9d79e9064c5e29009e709d7b0487f7b1d 182 1.00/1.00 vMB 9
509,499 509,499 000000000000000000189b29b1bd90d2911936118b36cafa420fd1d8a8275fc2 1,366 1.00/1.00 vMB 92
509,498 509,498 0000000000000000004034e5411ba561c6a864aec9b163b3ce4bf7990b00ed3d 1,991 1.00/1.00 vMB 43
509,497 509,497 0000000000000000005b3ce81077feb54b1011eb4ae1a1c65ed2fb0c4cbaaf17 1,583 1.00/1.00 vMB 36
509,496 509,496 0000000000000000001d5f9ed00189f08eea26b18827a6e794dbf192c3f23002 1,569 1.00/1.00 vMB 47
509,495 509,495 0000000000000000005605c4df29c7dc59e6caf1e4b0fab2acb40414f37c63e3 2,784 0.99/1.00 vMB 72
509,494 509,494 00000000000000000042254eeae1a0e40183a2a91b5c4734b44c884671c00fba 2,416 1.00/1.00 vMB 68
509,493 509,493 00000000000000000008f1beb2c33db32e7a78e82bacf1b5937eb1e04cab9f78 1,578 1.00/1.00 vMB 36
509,492 509,492 00000000000000000026e476bf373e2c222219344ba8746ea122e5f8f8e5e4e1 703 1.00/1.00 vMB 23
509,491 509,491 000000000000000000456502f8c72145b49f66c7f0d7003ff3448ce74f4914f9 1,086 1.00/1.00 vMB 32
509,490 509,490 00000000000000000060ac6d7045f5e90b3304565c984cd3c7343c9bd5ade0ea 570 1.00/1.00 vMB 15
509,489 509,489 0000000000000000003919bb265ff021f54168cce222ba3ca3d168e9146f8651 398 1.00/1.00 vMB 11
509,488 509,488 0000000000000000003fd3d2a5deda1a1f194def620c05b85caa0b90be075471 2,011 1.00/1.00 vMB 58
509,487 509,487 00000000000000000047b24866c4be693d6913c29e3d7297c8072e44e3ebedde 1,462 1.00/1.00 vMB 47
509,486 509,486 0000000000000000000e32cb814ba7d1603c71c03cb77e78daa2c1bf57441106 2,217 1.00/1.00 vMB 58
509,485 509,485 0000000000000000002c39052ea48e952a16aa5d874109c6e719c5a52474b57e 1,753 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.99 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: 717.20 GB
    • Received: 17.84 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.