Loading Tool

Explorer IconExplorer

Memory Pool

76,479 transactions
28.92 vMB
0.07550050 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 339e83d2360ec6230c51a6889be741f66881b6120ba237c73ee1c2c3a1bb82c4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 83627ed774767e719573108cde3ad7bf9d074a7ff33bb3df296fbb6767e9921f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.01250575 BTC
Feerates: 77.76 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (541,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,579 373,579 00000000000000000c13e5d19800a36e776f3af0e315303985a4d70c03897ae1 1,748 1.00/1.00 vMB 28
373,578 373,578 000000000000000004d8d92b2a86b0f241edf2441d0bcf6b91fcb2fa2dff30f2 1 0.00/1.00 vMB 0
373,577 373,577 0000000000000000071f2691890b078cab06324469e562b20df9b32b85e5e6ea 2,379 1.00/1.00 vMB 54
373,576 373,576 00000000000000001169918c90d920add5facd47710bc141c6a7d9161ec69e8d 1,854 0.93/1.00 vMB 49
373,575 373,575 00000000000000000ade63afad0d18d32b36d9d187b08aed1633bc9cb2aee468 1,537 1.00/1.00 vMB 26
373,574 373,574 00000000000000000ba72a6707bc834dd6648229ab47dee5add6455f1bbb4c35 1,868 0.85/1.00 vMB 53
373,573 373,573 000000000000000013120ce30e1567631a8ef2c9b89235e04352a086033753bb 118 0.04/1.00 vMB 42
373,572 373,572 00000000000000000541c33a8d6897b07767f14dd323403188cefa93178219c9 381 0.72/1.00 vMB 8
373,571 373,571 00000000000000000f4d3d612d45556fe6069378d098042ef28a919da33989f9 1,463 0.95/1.00 vMB 28
373,570 373,570 00000000000000000aac0f57e740359ee595681e0b345031c498a9fbe07ef2c1 2,021 0.93/1.00 vMB 52
373,569 373,569 000000000000000002d14e8f9002cc8bdc5340ec7b373c4854e738fee4ecf33c 1,539 0.93/1.00 vMB 31
373,568 373,568 0000000000000000080efaaf541a4b4b5514006d93a7f14dac6eb1594fcc1d21 223 0.13/1.00 vMB 48
373,567 373,567 00000000000000000b2d470b609422edf7d3a83cc7f395f20463fa9adfba0388 397 0.31/1.00 vMB 27
373,566 373,566 00000000000000000df33d23f40eabe87f4162d4adefa090d6e59a1869df613f 1,627 0.99/1.00 vMB 33
373,565 373,565 00000000000000000f4e057e29cc316aadc07a1f7e6a4851c8db281f57a3cd71 1,848 1.00/1.00 vMB 37
373,564 373,564 000000000000000000331b08563efe7625daec76dd01247b7d4ef448e76e542b 2,564 1.00/1.00 vMB 55
373,563 373,563 00000000000000000aa352db2ea4ed65b486436840318e58c7514c7663d12ff9 1,295 0.64/1.00 vMB 41
373,562 373,562 00000000000000000fe9b25cac38713f37b234d618747dbf34d52b1f68f0c291 777 1.00/1.00 vMB 15
373,561 373,561 0000000000000000021d7949f472b9c6e7d7847cfaddb3a4caa792a6afb8a4b6 235 0.97/1.00 vMB 14
373,560 373,560 000000000000000006f1cc86f93a5d36b118f18e2886492b85f3145fa2b67f3e 1,003 0.50/1.00 vMB 41
373,559 373,559 00000000000000000654cf5a3146b9d6101d9f3271037093ce7afcb0f3d39693 347 0.15/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.