Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt 1fbc8b8138f16880f1f2147a9817ccfa2ff9a62c0ac96789e960c13b4bc4a096
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (116,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,026 799,026 00000000000000000000164099709153f093770030d133fbf2fe0c9d1006b8ed 3,638 1.00/1.00 vMB 11
799,025 799,025 00000000000000000001c07c6e28221d71e4767c2bef6404852ac6b98e451345 4,629 1.00/1.00 vMB 6
799,024 799,024 00000000000000000003b17cf1fd562033433cac513ad432b5936c9d910fcada 3,698 1.00/1.00 vMB 6
799,023 799,023 0000000000000000000139fb40e7235b498c0eba0d996180511630f4a9fec299 4,511 1.00/1.00 vMB 7
799,022 799,022 0000000000000000000254f656f194faa1a19d4aeca96cbf7e2487a43d83efc8 2,730 1.00/1.00 vMB 10
799,021 799,021 00000000000000000002711c1d5aa8ac8b6383d6aa419acd6571195c24170d26 2,351 1.00/1.00 vMB 16
799,020 799,020 00000000000000000003dd94b10f35ab357c840512e8325579b27bcb4a9d9dae 3,592 1.00/1.00 vMB 8
799,019 799,019 000000000000000000014713e283cb015f9a7cd93ee4743d25e8e9f2288e6c86 1,386 1.00/1.00 vMB 6
799,018 799,018 00000000000000000002a2cd912d32f9ba911198dfe5fd74d671c33e822abf03 1,706 1.00/1.00 vMB 8
799,017 799,017 00000000000000000001b1ec4892ed669c02eeeb8bbf15621445701f02ba5f0f 2,513 1.00/1.00 vMB 10
799,016 799,016 000000000000000000002d156269b61ef1fe5c5323c5aced547162c6c30b4a06 2,141 1.00/1.00 vMB 11
799,015 799,015 000000000000000000048f52c2434d6aff1ac2d95079743ad696258e31ef37d7 3,193 1.00/1.00 vMB 22
799,014 799,014 00000000000000000002ee7d3116b607e2d7b67c4ed517a42511d85297c061d9 2,269 1.00/1.00 vMB 13
799,013 799,013 0000000000000000000114ff3054a1d85d2fa86e887544f171c0b9dd1eef7975 2,263 1.00/1.00 vMB 22
799,012 799,012 00000000000000000003ef81ea585e13b6f84a62ae8b5bb085dc1ea34f0e6249 5,968 1.00/1.00 vMB 6
799,011 799,011 00000000000000000001bf6fa02a7d119909129fadcd356092b1b7a5f7235666 4,473 1.00/1.00 vMB 7
799,010 799,010 000000000000000000030ea88d76165935b899ae502a73bc66777f1054062bca 4,493 1.00/1.00 vMB 5
799,009 799,009 0000000000000000000250f514a85d3cfbacfdde95689eaf8fe4cf8f16f1db66 3,282 1.00/1.00 vMB 9
799,008 799,008 000000000000000000019bce37ef25093c21dd00155a7714073f6ba8dce570f1 3,174 1.00/1.00 vMB 6
799,007 799,007 00000000000000000000700d4b9e736e31f38e3c861c6c72ee8f6f316b96fc5b 2,558 1.00/1.00 vMB 7
799,006 799,006 00000000000000000004255791694f82a1222cd66644800c7d2139fc6395ba8c 5,705 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.