Loading Tool

Explorer IconExplorer

Memory Pool

40,069 transactions
27.09 vMB
0.07293968 BTC
Random Selection Loading Transactions
Max Size: 139.55/200 MB

Candidate Block

Mining Attempt 75ef23ca0de4c182c350568812eeef4d1f18f05d9a7d6085cee4828536b3ba99
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 078da235aa8721a0bb78f619e1b281b6b37323a4d34fa023a8da76844ae25997
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,079
Size: 1.00 vMB
Total Fees: 0.02187829 BTC
Feerates: 107.72 > 2.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (476,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,107 438,107 00000000000000000018382dc5724da6b1d33bca44cc54bb550233dc5a8e7ade 394 1.00/1.00 vMB 11
438,106 438,106 000000000000000003c1224916f8b58d5f454f92f648231802d0aa4338ce2783 217 0.08/1.00 vMB 52
438,105 438,105 000000000000000001140a9228c971aa7f52cb03ff32358bdd8c95842ba5641e 2,055 1.00/1.00 vMB 45
438,104 438,104 00000000000000000222a30a66126e25e2235c9977c49b7f2465f7cd59afcf22 2,134 1.00/1.00 vMB 71
438,103 438,103 0000000000000000022d8473d95bd862e853e022d6da7b0c56f22ac4525fa20e 767 1.00/1.00 vMB 76
438,102 438,102 000000000000000002d98c841701a6096ae50f7c5fa03d448a76594859cb3f64 686 0.75/1.00 vMB 77
438,101 438,101 00000000000000000256e03cdcf2364d6f07435e7e80f7304faabd4fa94549a0 2,352 1.00/1.00 vMB 74
438,100 438,100 000000000000000001c33d068e349ba016a3847d72b88812b32f79f25b0d0540 2,617 0.96/1.00 vMB 72
438,099 438,099 0000000000000000015d50ff7d32dc2aac7c662da4132501890ab34b6203449d 49 0.02/1.00 vMB 63
438,098 438,098 00000000000000000032bc2208c380fea2d2059c1b6babffe80f18f8fb978086 1,930 0.97/1.00 vMB 56
438,097 438,097 00000000000000000233ddbc85d1e3af1db6ed5555efd7d50d941ce309ea81df 1,232 0.47/1.00 vMB 71
438,096 438,096 0000000000000000017266969595a1f5c51811ee82e12f01e12d58a51ede8a29 1,246 1.00/1.00 vMB 49
438,095 438,095 0000000000000000031ae8f7f29831c20fbd89cd63f3e42707478fd85dcafbcf 2,065 0.85/1.00 vMB 67
438,094 438,094 000000000000000003f9b3c3590505cf13825e9b08bb14eedca922a932f51ff6 1,211 1.00/1.00 vMB 33
438,093 438,093 0000000000000000025e9133bbcc7b2a2a5dee2cdbd3d6a4aba1ed87ec8330b2 1,822 1.00/1.00 vMB 42
438,092 438,092 000000000000000000d577afebf691a9f576b3f821cba365b6053c078c1beda7 2,595 1.00/1.00 vMB 56
438,091 438,091 00000000000000000147c317af4f2863ccb304bc1d70a2ae32b1d4d0f38824b8 2,435 1.00/1.00 vMB 76
438,090 438,090 0000000000000000032c0751d05b2ad376eb09cf34e905854c7091e70332ebdb 2,827 1.00/1.00 vMB 88
438,089 438,089 000000000000000003e76ade5beeda1a1eb629b6c550a6c64c67bdf152874e13 2,195 1.00/1.00 vMB 69
438,088 438,088 000000000000000001ca646bb1a8d906355ec323edd2b55b94db12708cfafef8 2,534 1.00/1.00 vMB 76
438,087 438,087 000000000000000003646687e34a9c10746b69407f04da614cb854d24fab94ba 2,811 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.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.