Loading Tool

Explorer IconExplorer

Memory Pool

36,817 transactions
28.65 vMB
0.06332824 BTC
Random Selection Loading Transactions
Max Size: 143.60/200 MB

Candidate Block

Mining Attempt f22b80f93fc016407d72ca9a52ea82e500579955cbe129dceac15f081ffb9e8d
Version 20000000
Previous Block 000000000000000000015449f1434fa3e23247b860e136d70d9974d631cd83d7
Merkle Root 7387102c9dd500525a5143ffe664dca82dbe15ce837fbdc17e31697aec26e5dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,922
Size: 1.00 vMB
Total Fees: 0.00762144 BTC
Feerates: 40.20 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,526 (807,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,220 107,220 00000000000215d497385fe1b3a2eea32a80a25109a164a4d75b5685a4630db5 12 0.00/1.00 vMB 0
107,219 107,219 0000000000002c347d5fdd243d0420d4fd16b7eff5c16db4bf9449a914c11d48 34 0.01/1.00 vMB 109
107,218 107,218 0000000000006f10c3a18f7ed847aa20f006803f1414cc76f91c73b34b1ba608 10 0.01/1.00 vMB 0
107,217 107,217 000000000000553cfe720560f26f5b05d80045da6fd1098aa183e9144eb7e38b 12 0.00/1.00 vMB 0
107,216 107,216 000000000001adc4197d7ee64ce02f72620d1072515c767845d1e09abcf8fb5a 7 0.00/1.00 vMB 336
107,215 107,215 000000000000eec08f32e6c62dd0de90b7ff4c10c1e460c1eb8f0023575031ea 12 0.00/1.00 vMB 0
107,214 107,214 0000000000012a1b040f73328c72984d72b19875024bc794d804c595a8371848 12 0.00/1.00 vMB 0
107,213 107,213 000000000000e94775858c2d07504ec0c86821ea682d35ceb56b7ce91bc9b8f0 2 0.00/1.00 vMB 0
107,212 107,212 00000000000159ac26f60e4e396728d0341206ce4369dbdfdb372eb2e60d35ee 11 0.00/1.00 vMB 0
107,211 107,211 0000000000024453344d33bd6995c3b0cd16482ce5c50f701c0c6476d12cf695 12 0.00/1.00 vMB 0
107,210 107,210 000000000000bff5360e6443f2febd4cecd93fba87a0b59fd2f7643faf6ece0f 29 0.01/1.00 vMB 0
107,209 107,209 000000000001698b4bb87ad518d0134de61ca32337ae673a1b83900c95dccb14 9 0.00/1.00 vMB 0
107,208 107,208 000000000000b2962446b187e32804e654b42b302efa50e2d9f525d37dd86c0a 10 0.00/1.00 vMB 0
107,207 107,207 00000000000096de55bbdc6c038abc367ac7d38a5b7a70b5a11b16b6faa9d80b 10 0.00/1.00 vMB 0
107,206 107,206 000000000002186d7b372156712a026af686ba4ec4f7ee49cf72c1b20e14b9c4 8 0.00/1.00 vMB 0
107,205 107,205 000000000001ee977d29abfb361f78a0061fc9c42d3a05a4282885cc7a2fbf8e 5 0.00/1.00 vMB 0
107,204 107,204 000000000001b70a4b5a7675c1849b0624023b21242d1439ea2f8e8b23688d9f 14 0.00/1.00 vMB 873
107,203 107,203 000000000001ad6368d991a3f0d49dea225cbeea58cf78ddbaf9a6f3d25cc7f1 10 0.00/1.00 vMB 0
107,202 107,202 000000000001797ac68c795b28519cc8d35393e5cf0f6cd8f7909cf509b9e13a 7 0.00/1.00 vMB 0
107,201 107,201 00000000000211e3225c14078768615f7fcab1495ddb08f150984ab1a357cdd6 12 0.00/1.00 vMB 0
107,200 107,200 0000000000006cb76e3a797d0ab761152157f850bba0153aa7ace105ce2405dc 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 620.94 GB
    • Received: 11.22 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.