Loading Tool

Explorer IconExplorer

Memory Pool

35,389 transactions
25.96 vMB
0.06967917 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt 8173c692186d03f23489a12017752fcfaef3961d41674e0f69c1990572dba414
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 3c3a3d7e08920cf5922e69710fec4676910807ed45afe4d0878a77d5ffc1ab49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02169192 BTC
Feerates: 250.88 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (528,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,440 386,440 0000000000000000013a930ef304d0bedcf928442422cb357596d10b6b73f54b 158 0.12/1.00 vMB 33
386,439 386,439 0000000000000000057d0ef67b04400ebf97988d777ede01dcef8a8e1a9fc5df 619 0.39/1.00 vMB 30
386,438 386,438 00000000000000000e2df9cf8523ac408eb5bf7c6bf1d6a7031ac57b29defd7c 1,558 0.93/1.00 vMB 28
386,437 386,437 00000000000000000307fe71637eb245b420132921647ca079373edb59170d9a 27 0.08/1.00 vMB 1
386,436 386,436 000000000000000009f91910ba00c3d1be63508f3814ffce5ba373a65b7f1687 1,751 1.00/1.00 vMB 28
386,435 386,435 0000000000000000064651ae56bb31b14e0bfae9e5d75437a5d845631a9794b2 1,167 0.59/1.00 vMB 36
386,434 386,434 00000000000000000665e82c19d16c013ee941537fcadf80eda558d10c6e9a5e 992 0.86/1.00 vMB 20
386,433 386,433 00000000000000000dd0ea6a24886532ebbd29a07b4e183a978023edcda15b6d 1,839 0.99/1.00 vMB 44
386,432 386,432 00000000000000000e7ea506297077e3999f4a0e7459de7c0cd9a77705077a5c 193 0.99/1.00 vMB 4
386,431 386,431 00000000000000000e0fe69256ceb0920cee1c1f4a7567193b0de9aeead2919f 537 0.76/1.00 vMB 14
386,430 386,430 000000000000000004585c5e76f0352cb6d03a1f2c430fb7ed18eb044859b87a 2,638 1.00/1.00 vMB 42
386,429 386,429 00000000000000000c5b167286941352417d03bfd490265000ba6fa1fa5c0ddb 776 0.99/1.00 vMB 12
386,428 386,428 00000000000000000a898975249a144a7024855f19543021441caf7c62caa456 1,712 0.75/1.00 vMB 40
386,427 386,427 00000000000000000b1d2f463e872df5f964df0e4994abc01878313e4068be7c 2,622 0.93/1.00 vMB 49
386,426 386,426 000000000000000000e8805694f68c7b91f5e7d324af5e6d0b34a8c8c2c0ed30 767 0.99/1.00 vMB 12
386,425 386,425 000000000000000003f0c2c6e7b6fd0fe387cc9ad659abeffd747f59fbaefa4d 2,354 0.93/1.00 vMB 78
386,424 386,424 0000000000000000090a32d87d109ca571c4ac917e8cb420652d4098a4e63f1d 1,620 0.75/1.00 vMB 34
386,423 386,423 000000000000000008ec07ad8ca4821b7f5764c3cc017ba5650a9c09e5bf87ad 1,088 0.52/1.00 vMB 31
386,422 386,422 00000000000000000baaf91fd2ced5eaa2bd23784852e2dc72698ab14cae6f16 1,588 0.93/1.00 vMB 30
386,421 386,421 000000000000000002d3255c765b5121b0bd5b064afeaaaf1b1e507cd977c2d3 249 0.14/1.00 vMB 24
386,420 386,420 00000000000000000786bfb3dce103c55bb93eec31eca9ff55a3299920a4e1ce 1,676 0.99/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.