Loading Tool

Explorer IconExplorer

Memory Pool

79,081 transactions
29.69 vMB
0.09228721 BTC
Random Selection Loading Transactions
Max Size: 179.13/200 MB

Candidate Block

Mining Attempt 8ac6d3352ec3f12147c9e60b8dfa766b8ac3039b8faf7d21e651e885cd9f39b7
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 9782dbb2a5072d3b0bc1243e053e1869f88beeb6526985ba207519a849de5a31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02646954 BTC
Feerates: 251.00 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (291,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,374 623,374 0000000000000000000c8057c102b087285b2e80f6eb0b771df08a740de96f8d 626 0.21/1.00 vMB 41
623,373 623,373 00000000000000000005bfcfeccc7c2d747ef2d6aed7ea02e5d5a29b378dc5a7 1,958 0.68/1.00 vMB 18
623,372 623,372 000000000000000000133ec270b6a8a44f63994c5b96c5ce2327e9b4bb74d286 2,774 1.00/1.00 vMB 32
623,371 623,371 0000000000000000000b2717c3d12d28037b3336dbab7b9bd2f3a9cbc6df466d 1,872 0.85/1.00 vMB 27
623,370 623,370 0000000000000000000af62e2543bbcf2a1503c848f7ba68ec82714c809129f6 51 0.01/1.00 vMB 32
623,369 623,369 00000000000000000003a8eb8dbdf1d83d5a6b395a98ed7349093668d49a21d1 233 0.10/1.00 vMB 22
623,368 623,368 0000000000000000001089d94af09d3cbdd039497a2f3cc95231f39132245ce9 1,727 0.68/1.00 vMB 24
623,367 623,367 0000000000000000000edab395eb42134a81490e4161ef298428c8570465b779 838 0.24/1.00 vMB 27
623,366 623,366 00000000000000000000a4cd9cafc3382b77144b824093af439f3d904579a5a8 2,253 0.75/1.00 vMB 20
623,365 623,365 0000000000000000000afd0ef4c038cc744a78abecb6a9e92cecdb2a096fb9d8 2,820 1.00/1.00 vMB 31
623,364 623,364 000000000000000000067beca775db5a577481622155085fec4f27234d665755 1,722 1.00/1.00 vMB 26
623,363 623,363 0000000000000000000e4fbd61ec156f64da7abd80893724b9680eb199ff8caa 2,553 1.00/1.00 vMB 32
623,362 623,362 0000000000000000000fb5b31346f0d5787a6420d2b77d1c382f1fae4ac26c0b 695 0.26/1.00 vMB 22
623,361 623,361 000000000000000000032ed5d8e81e8cc814156f4f465df63dd8ca756e94e26e 2,518 0.94/1.00 vMB 11
623,360 623,360 0000000000000000000ffbfe4f7fe3f69933c543486f91433556bd551b247e20 2,744 1.00/1.00 vMB 36
623,359 623,359 0000000000000000000226d7f182d1f984529ece80808b0597af4fc26f0ac85d 1,720 1.00/1.00 vMB 15
623,358 623,358 00000000000000000009581bd447731e7c8245268c6f5317f9ae5864c5c7a91a 2,434 1.00/1.00 vMB 30
623,357 623,357 00000000000000000012f09acac1129f9a6aa74bf9a69bb0e04f4dd399d1352f 2,849 1.00/1.00 vMB 27
623,356 623,356 0000000000000000000063cc4400e9b201d2584795bcb2251c5f0eeca2a4532c 2,002 1.00/1.00 vMB 8
623,355 623,355 00000000000000000005761399dbdcb63349b32a078602a4c041285dd246db2e 2,797 1.00/1.00 vMB 29
623,354 623,354 00000000000000000001bfc4b7e6291d99c7eab31bf16ef9e041b3ca768e65e2 1,615 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.