Loading Tool

Explorer IconExplorer

Memory Pool

16,748 transactions
7.46 vMB
0.03332050 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.01/200 MB

Candidate Block

Mining Attempt d867e2a1b45506436a1036644bae8f873bcc75a8756c1fd6e8c6eaad46b3f897
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root c4884b977082f872a4a5c705e0c4b6ece9934d3dfe2c48dbd1b5b1b7f35e77b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,586
Size: 1.00 vMB
Total Fees: 0.01872720 BTC
Median Feerate: 1.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (742,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,890 170,890 00000000000008769c41f96618410040b4144612eaa2cf9d31cc25c11a2469ad 80 0.03 vMB 106
170,889 170,889 00000000000005e2d51814da026b31f839770c9bdc36d725ff737dbeca44b025 52 0.04 vMB 75
170,888 170,888 000000000000038e080fdeac13c82c2dfa8f65a9e502db28258bd920e326c9ec 27 0.01 vMB 0
170,887 170,887 00000000000001191e1ba4917c39dfd0cf95c9d0fa1024ed9003c628d1014381 15 0.01 vMB 41
170,886 170,886 0000000000000984affde70aa1fef32f713013f240e4dac7edf338e0566ae81f 35 0.03 vMB 55
170,885 170,885 000000000000010a9281fca835380f72c6617d3e1a413256b9cf8c1e97a28298 126 0.05 vMB 151
170,884 170,884 00000000000001a8d5d36fef904ebbd4afaccaad214671c866b1f335aabe6a5b 8 0.00 vMB 89
170,883 170,883 000000000000049576599014d8dbe9ab129f42a6dfcd41ad21f8d62682cfb97f 67 0.03 vMB 289
170,882 170,882 000000000000098d50ea9e2d8953a6fbe6098be8c130ed76164a9f13abf0af9e 31 0.02 vMB 225
170,881 170,881 0000000000000355489ca31c1166a8fdb34eb01ae867af712f57aa603f9fc586 22 0.01 vMB 157
170,880 170,880 000000000000052ec40172c57e844e5d515f636f68dc5849a2364f98464be6c4 17 0.01 vMB 57
170,879 170,879 000000000000074bd16c7b863a0760addcb2a26e411733e1e364d2eb4f80c1ae 25 0.02 vMB 65
170,878 170,878 0000000000000628a398341d6f43581562c36731550683e885131629a9b37b54 21 0.01 vMB 93
170,877 170,877 00000000000001d98c343756ff5e1fcc91ae14d27ebcf7e73e881fb8a0aa2ae0 127 0.03 vMB 71
170,876 170,876 000000000000090ad9b64d27eafd9913d4a09eed8b82feb7e2d2ba279736b665 155 0.05 vMB 21
170,875 170,875 000000000000015f7e5ff98fef8e2230731f20cd10d0063dc7d999ed932d3ace 138 0.08 vMB 160
170,874 170,874 00000000000005a06004f88b7436e836c6041c203c4ddc015dd9d445247bd5bd 102 0.05 vMB 25
170,873 170,873 0000000000000500004e5ae884a0bdc9bb6b043ef09d553ba25065977e1d921b 86 0.03 vMB 218
170,872 170,872 0000000000000622f2cd2e7025eea496bb83df323632772ebad0218e61a4a766 81 0.05 vMB 84
170,871 170,871 00000000000008708a13d294bcda5c8c77782340270ec251c4b596017c913027 1 0.00 vMB 0
170,870 170,870 0000000000000a35e0979cd8aac79e1636225f8b36a5a0774817cf69f27d860a 68 0.05 vMB 103
Previous 10 blocks ↓
Total Size: 779.63 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: 303.94 GB
    • Received: 1.39 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.