Loading Tool

Explorer IconExplorer

Memory Pool

78,698 transactions
29.15 vMB
0.11853799 BTC
Random Selection Loading Transactions
Max Size: 175.87/200 MB

Candidate Block

Mining Attempt eec7c967d36a6a1b2d3f251374c603d56d3ba140cfbade0e05c0fca0451672b3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (348,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,496 566,496 00000000000000000015fea169c62eb0a1161aba36932ca32bc3785cbb3480bf 453 0.25/1.00 vMB 9
566,495 566,495 0000000000000000002296c06935b34f3ed946d98781ff471a99101796e8611b 1,933 1.00/1.00 vMB 5
566,494 566,494 0000000000000000000d19c44e45aa18947b696ce3ebfd03b06a24e5c4d86421 2,836 1.00/1.00 vMB 13
566,493 566,493 00000000000000000024bb789245f49b1b9efdfcdd728e157adb0d677db02cea 2,049 1.00/1.00 vMB 15
566,492 566,492 0000000000000000001ab12ea9bd49efa05806f90aa3f9ffdbbaa8d076da027c 2,640 1.00/1.00 vMB 26
566,491 566,491 0000000000000000001f62543e21797ab7da476c72a874cfef12ec869fea0a4a 3,375 1.00/1.00 vMB 40
566,490 566,490 0000000000000000000abeacccd9086605de0c7df750be6959dcfd6f3ee24c7d 2,842 1.00/1.00 vMB 16
566,489 566,489 0000000000000000001dac5a9b788dc5c5c37032f5a1c522f8f49e91243476c7 2,866 1.00/1.00 vMB 32
566,488 566,488 000000000000000000040d9754e19976de9d1efa58d34b3908808f8148736051 2,869 1.00/1.00 vMB 17
566,487 566,487 00000000000000000011f5bbd0f753c4bf68cc39e8f755e319ceaea76e7d9a5e 2,608 1.00/1.00 vMB 29
566,486 566,486 000000000000000000078dbd378cbc142ca53d6f805fd3402b1fcc070cd5539d 2,046 0.82/1.00 vMB 13
566,485 566,485 000000000000000000035e58578f86dcf7265777b062ab3836a0e05be93ddba3 2,525 1.00/1.00 vMB 27
566,484 566,484 0000000000000000002a496010c493008bab02b2b1feae64690220a5a8d0e02f 1,572 0.78/1.00 vMB 16
566,483 566,483 0000000000000000000eca885fc3ca0a0f187f793110464bbe4b81f1890ef9ed 2,642 1.00/1.00 vMB 26
566,482 566,482 0000000000000000000b516cc569efdc716cd5244ab28d5ba97a6d76559c6812 1,596 1.00/1.00 vMB 14
566,481 566,481 0000000000000000001cdee0cdca5231e4e704e0ff1eb6be157b0322662dde72 1,104 1.00/1.00 vMB 11
566,480 566,480 00000000000000000014842cc1e4e745f1848cc1fe9dd4c68666cddf1c8b3a91 1,173 1.00/1.00 vMB 13
566,479 566,479 00000000000000000023538f280258f3cd5c5e0eda79d0bf18899b878ccfe21d 1,377 1.00/1.00 vMB 21
566,478 566,478 00000000000000000000d2f8401b6741445a91f534218bb16bcb6b663774e4e4 829 1.00/1.00 vMB 76
566,477 566,477 0000000000000000001c5b81203bd48513fd8d028df2d02b604f6d5a9ff3562a 2,409 0.83/1.00 vMB 22
566,476 566,476 0000000000000000000209e5d2055d697cbaba67e5d02630ef5d922a68c1edba 885 0.32/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.