Loading Tool

Explorer IconExplorer

Memory Pool

79,141 transactions
29.29 vMB
0.08740027 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt dc296b4b16c9556f3439a1c340dd94c118c0836c3eef3493095e4ffd17e9f6c4
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7a513fa389f30f7643bd25f779395fbae083c45426f3e8a3e702ddf84406de2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.02597994 BTC
Feerates: 178.73 > 2.60 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (380,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,729 534,729 00000000000000000029f07d1d5bcebf1af17b1cc0062bb445f54a58fd971205 497 1.00/1.00 vMB 2
534,728 534,728 000000000000000000271c3d96a982fbfe680b627c9fe1d5dfd6d1283b36d145 2,384 1.00/1.00 vMB 17
534,727 534,727 000000000000000000128de828f38feb229e428920b5115fc4e10b4a10546914 1,907 1.00/1.00 vMB 7
534,726 534,726 000000000000000000078007b10348831555c7cb7c9358e51a9df0a125cfbec4 2,645 1.00/1.00 vMB 30
534,725 534,725 00000000000000000019a201c52077781c7a5d155761f8590a963114e25f0581 1,163 1.00/1.00 vMB 5
534,724 534,724 00000000000000000021cbc205eedd38506c401a1b68ee81c70ec99c042c155b 2,586 1.00/1.00 vMB 15
534,723 534,723 0000000000000000000aecce65f3d7e35340d43d69311a1ae81068ee79191aa7 2,696 0.97/1.00 vMB 19
534,722 534,722 00000000000000000015d9b787130474b235d9cfd9bbda2b2f8f9f9b96a9f88b 2,215 1.00/1.00 vMB 9
534,721 534,721 0000000000000000000c0d8380173fbf092aaa30dd9429d3fbfb78c5db8a3854 2,673 1.00/1.00 vMB 11
534,720 534,720 000000000000000000161d20006bf1ac3af54c61a65549a9b837b76b4efc988b 2,997 1.00/1.00 vMB 22
534,719 534,719 000000000000000000236d34ec2dd450e936e50cf974be6f021c4d7dbe5eed91 2,690 1.00/1.00 vMB 20
534,718 534,718 000000000000000000060c0959a69f198a27e99785dad5f3e7ed26a7a55492e9 2,456 1.00/1.00 vMB 8
534,717 534,717 00000000000000000019b491601b2a88b0da44893dfe21a33423c5ed0e19bc5a 2,254 1.00/1.00 vMB 13
534,716 534,716 00000000000000000008fec0a58339f366611d63797d3062fde8d10d41f3c716 2,395 1.00/1.00 vMB 46
534,715 534,715 00000000000000000014a0422952f581f403f3267f7907851e00033219bd33ef 2,244 1.00/1.00 vMB 5
534,714 534,714 0000000000000000001efa389ccb03072b52143ffbd40cdda944517c458e7171 3,074 1.00/1.00 vMB 15
534,713 534,713 000000000000000000089b7d9387754d8cbe61af25974a3303692e040cf5f7c7 2,473 1.00/1.00 vMB 25
534,712 534,712 0000000000000000001cd3ac5a27313beb8c17e5a6899136a35b8d467d107511 2,514 1.00/1.00 vMB 14
534,711 534,711 00000000000000000028d6391c1eb48c7eda8a078a12d57d1e2a1c5c5a18559d 2,639 1.00/1.00 vMB 13
534,710 534,710 0000000000000000000efb1cd7fdc4539662205ebc0966de3d115c03818e33fb 2,484 1.00/1.00 vMB 77
534,709 534,709 000000000000000000138268a6f1dffc4e364fda8192240177fb096ee59e8b7b 2,771 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.68 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: 679.59 GB
    • Received: 16.44 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.