Loading Tool

Explorer IconExplorer

Memory Pool

79,284 transactions
30.72 vMB
0.10739217 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 2e3efb4dcea51975d75e1bb408c010127dfd1021df2f53d1e49cf1087c7065c0
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 805dd032b0bc0f3694efead10f04911f1f040018e0d5aaa34a4a6ea6fec79eb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.03409223 BTC
Feerates: 201.36 > 3.42 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (315,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,315 599,315 00000000000000000004727af767670d60e028c9a1fc2f760c61b702a47a44e3 3,083 1.00/1.00 vMB 16
599,314 599,314 00000000000000000012a4f4bc442d0057000a15818ed40305bd3b07a81f6611 3,302 0.99/1.00 vMB 8
599,313 599,313 00000000000000000013e9e8aac74930b793fcc9df22982612b38b47e252cbb8 3,114 1.00/1.00 vMB 18
599,312 599,312 0000000000000000000c47048d9dcfcd7c42b007ec83707ab345db923353df68 2,315 1.00/1.00 vMB 11
599,311 599,311 00000000000000000004cf617fe89273b002b790dc3426c13fadf520347dd5af 2,957 1.00/1.00 vMB 26
599,310 599,310 000000000000000000032912acdee3d479d6fc1540e01c61a15d5819aed09a39 2,889 1.00/1.00 vMB 17
599,309 599,309 0000000000000000000ed14c1b2483b566cf6c53252e01c853273be7f0afadc8 2,189 0.76/1.00 vMB 17
599,308 599,308 0000000000000000000b32f8291d6745f9db3de2a72e842d07236b05dd9a84dc 2,537 0.94/1.00 vMB 8
599,307 599,307 00000000000000000008370464a5d028ba84d80653d31597e714485af2acd654 2,802 1.00/1.00 vMB 6
599,306 599,306 00000000000000000012cc76ab47687b8abda446d70f745831639fbdfdf6e1a7 2,902 1.00/1.00 vMB 35
599,305 599,305 0000000000000000000c037dddccfed8e3b67655d5b6bee7a09d6f68db792c76 769 0.22/1.00 vMB 18
599,304 599,304 00000000000000000002233acda5bd31cd2ce00d358f7fec68800340f4162dc8 1,490 0.48/1.00 vMB 19
599,303 599,303 0000000000000000000a2d433b9cbc65c25c6a8ce5ba0e5a8169405d9d0efd88 2,739 0.90/1.00 vMB 18
599,302 599,302 0000000000000000000e293b4b6f5b72881ccdea762fd8f6e4048fe90e628c7b 2,021 0.76/1.00 vMB 3
599,301 599,301 00000000000000000006a825d8a1d7671f88f20b93c268f6f61937c965269d7e 2,816 1.00/1.00 vMB 23
599,300 599,300 0000000000000000000aa6f2d7ab99a7f53a54be0409ec873ff6df2faf60eae9 1,432 1.00/1.00 vMB 7
599,299 599,299 000000000000000000155f8708292e8da238b9fdc6f6903872cf4e9f7646a496 2,997 1.00/1.00 vMB 21
599,298 599,298 000000000000000000046d0b9e12ca176a26ebd415152d4cedcdc62f51b29333 3,094 1.00/1.00 vMB 19
599,297 599,297 000000000000000000158b7302bdfdf58e5d958f119a4c1d441519affb88168b 2,357 1.00/1.00 vMB 7
599,296 599,296 0000000000000000000cc788bb5aadafeebd49e362e1ec180f6e51965b6b2199 3,275 1.00/1.00 vMB 15
599,295 599,295 000000000000000000042a41005be2a51e0f07d40df77929c97253f89a5300d6 2,821 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.