Loading Tool

Explorer IconExplorer

Memory Pool

86,078 transactions
32.00 vMB
0.12653824 BTC
Random Selection Loading Transactions
Max Size: 196.12/200 MB

Candidate Block

Mining Attempt 78bf6b710f16e8732365ecd9af904e7173a512df3135568b77ca7bc404f0851f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 27a186d63d9ed2cfe926938f701c7bb1503c2de5c46f1754cea9f869b34f3d00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.04650721 BTC
Feerates: 301.57 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (511,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,101 404,101 00000000000000000683889b59994864c7805fc20588ca9abb3b9429967062a8 2,145 0.99/1.00 vMB 45
404,100 404,100 000000000000000001f2d6471dfc25ad93f68c677f7a22bdae73899e0258236a 1 0.00/1.00 vMB 0
404,099 404,099 00000000000000000667f9adca1019ebe4395f0053b172b6a157e5ec4f5f5870 2,190 1.00/1.00 vMB 39
404,098 404,098 000000000000000003f6f0fb33d54ec49bd3096ec14cf2dd1373ffb24435638a 198 0.11/1.00 vMB 27
404,097 404,097 000000000000000005fbe3a8acb14e5482ac5bcf55a995222bc09f6ec49738e8 63 0.03/1.00 vMB 35
404,096 404,096 0000000000000000045970843f11408a532eaf4a0e91cc2872bcb610efcfc720 606 0.38/1.00 vMB 35
404,095 404,095 0000000000000000017f4f7bec594b0ea5052e4b364b46ab599aa2baec95a909 1,165 0.82/1.00 vMB 26
404,094 404,094 00000000000000000610b3615aac9954062fd80eed5683f14f4fb126da9ac4f4 2,568 1.00/1.00 vMB 52
404,093 404,093 0000000000000000003785c7ad119c4ac8b2948f82901f8066ca39606b3a0a66 735 0.42/1.00 vMB 29
404,092 404,092 0000000000000000038accbb2a7adfe005dbd0e3c5c1b457a05f11dd0168c663 1,263 0.79/1.00 vMB 31
404,091 404,091 0000000000000000036272adca5fa54418edd99b3ddc39b298ac149ccad6692b 1,676 1.00/1.00 vMB 34
404,090 404,090 000000000000000000e9d7104f3ae88cc7c01c641f703048c0953ac6ee3ff09d 1,996 1.00/1.00 vMB 37
404,089 404,089 000000000000000005281900d7cede67a4c02cd48f5338bed8f7e2ca85c9965d 1,674 1.00/1.00 vMB 32
404,088 404,088 0000000000000000050b9f4c185f2bd1266751d7b5809c94e2d6bd6a4651abcf 1,252 0.93/1.00 vMB 28
404,087 404,087 000000000000000004d7731b6c3f03fcd612f7f314d7c041378765d6ff6347cf 2,167 0.99/1.00 vMB 44
404,086 404,086 000000000000000005184f37880b0cb81223df43110511d03c6bb8e74997f4fd 2,463 1.00/1.00 vMB 53
404,085 404,085 0000000000000000044ff00079a752a81c78f593aaaca0b86d0dc69a5f6f932d 1,615 0.75/1.00 vMB 55
404,084 404,084 000000000000000003e2ea2d7bd738ba48eb8dd2b5bfc7690c9578a4871624fc 1,157 0.53/1.00 vMB 39
404,083 404,083 000000000000000004740090b8fad58dbf02a554214464afbb96ed7f085276c2 2,325 0.99/1.00 vMB 42
404,082 404,082 00000000000000000228171ce1599aa8bb5ae93e7a7c7366fd0e195517db8fc4 1,106 0.82/1.00 vMB 24
404,081 404,081 000000000000000000984db96d6cf8dc29ea92a8ec88987e741ba00ac4f49406 2,063 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.