Loading Tool

Explorer IconExplorer

Memory Pool

58,229 transactions
19.29 vMB
0.06464489 BTC
Random Selection Loading Transactions
Max Size: 121.33/200 MB

Candidate Block

Mining Attempt a3092021242358a56913bf88cbc86a3a7f427675db56c04e7b3190ee8cdd99cd
Version 20000000
Previous Block 0000000000000000000160508f77ff6b52d9004221373f67795e51119a5f0852
Merkle Root e88c7e592a9171e3b8a5bbdb4b114ff84320f999944ddb7058a438922120cb8c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,949
Size: 1.00 vMB
Total Fees: 0.02110055 BTC
Feerates: 150.90 > 2.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,705 (808,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,666 107,666 0000000000001579dc4cb44610d06f2937425417da096763fdbf1098f78f9340 4 0.00/1.00 vMB 0
107,665 107,665 0000000000023ca1339f47124d2f01b4d252e88dacfe488c02134dd185be31f6 7 0.00/1.00 vMB 0
107,664 107,664 000000000001427eb8594f6eb5dc308c8ef7292d75cbf287add5202e3e84aa90 8 0.00/1.00 vMB 0
107,663 107,663 000000000001eb2bace2f54ea3afa5b01685c2d6c8b5bd69681911d84dab4cd7 12 0.00/1.00 vMB 0
107,662 107,662 000000000000addcf6d7712d8df28cf5000b7f95fd4871311e7105e7039caaa5 12 0.00/1.00 vMB 0
107,661 107,661 00000000000261d8125eb67a224fa12400b3d3dfe02674d6b48f79a6c3fd8c57 12 0.00/1.00 vMB 0
107,660 107,660 0000000000024311305482b6bbbbe6121ccb1b0f184021a8baa9fc5238bf0d65 11 0.00/1.00 vMB 0
107,659 107,659 0000000000001a7dac5f2f1cd6b23620257ba82c9c51d87ba1c2a64fb0db2df4 5 0.01/1.00 vMB 150
107,658 107,658 0000000000007a9f1e7a67a39474cacff67dc248d7a08df14fd0e6e10034b733 10 0.00/1.00 vMB 0
107,657 107,657 00000000000039788c6bc7b491ff5904b634e02405b795ab7e81d90ddc621806 9 0.00/1.00 vMB 0
107,656 107,656 000000000000ab6f1e48286d58b9544fdd51f11c4bd817c87a5e11d540730a90 7 0.00/1.00 vMB 318
107,655 107,655 000000000001e041d4325060f1478fe9eb3d6f6f0f4d669b6b9c214d322e6352 25 0.01/1.00 vMB 0
107,654 107,654 00000000000024de8713a3f3476cb5d3a285566f8be2c3433bd3a78cf09fae39 10 0.00/1.00 vMB 0
107,653 107,653 000000000001094e8e45e07010cb63895850e51b8be07e71e7a26af6ce4e53a4 2 0.00/1.00 vMB 0
107,652 107,652 0000000000019970ae23868104d1beb6fa18281d4c45f4b6651a9254cc8fe629 7 0.00/1.00 vMB 0
107,651 107,651 00000000000091f69d09364158a50ab9fa5acc4e67e25e88e92eb3a51cbd5445 9 0.00/1.00 vMB 0
107,650 107,650 0000000000016d9f62ddf89621ba83a66b885dc2c98908ca5162048c7daa612b 3 0.00/1.00 vMB 0
107,649 107,649 000000000001bf3af6ad4f17f5360113c62b2c194ad901ee63094a84ce954930 6 0.00/1.00 vMB 0
107,648 107,648 000000000001cdd119b7dba5692b2d15cd49d6779d6c3ab035ca801e72babbd3 10 0.00/1.00 vMB 202
107,647 107,647 0000000000018aa6f04b6b99538b071b5ffbca69117720170ae71651495ecd7b 2 0.00/1.00 vMB 0
107,646 107,646 000000000001e287189b9ad8b6a8373e5f3289a24b589bd189030574f7a3daba 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.60 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: 775.25 GB
    • Received: 20.83 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.