Loading Tool

Explorer IconExplorer

Memory Pool

84,649 transactions
31.79 vMB
0.19045078 BTC
Random Selection Loading Transactions
Max Size: 189.88/200 MB

Candidate Block

Mining Attempt de0f4ffef49b1349eff4981b259eb325583b991ae5ebb29eeb4f0c53506b6d17
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a4ca0ceaece10e1e74910917fd4311b3c51aae5a09620bd1d9d71d79dced5edd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.08181948 BTC
Feerates: 101.65 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (255,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,403 659,403 00000000000000000005fd2dcf402e0b1594296c3a08cb165a227b9e41613f0d 2,505 1.00/1.00 vMB 115
659,402 659,402 00000000000000000003276f5096683423ed6ee377d1d840a6b9212a849ef3f7 2,946 1.00/1.00 vMB 82
659,401 659,401 000000000000000000088323e1b32799c8f2e70110dbe0b9ae46fd6ba015de64 2,737 1.00/1.00 vMB 96
659,400 659,400 00000000000000000008a3db1a1158b2bbefbbaee4cea4b70eb898379043789b 2,510 1.00/1.00 vMB 95
659,399 659,399 000000000000000000093aab34c7ed58261ae9dd96f082e7487928bc21f53fab 1,818 1.00/1.00 vMB 98
659,398 659,398 00000000000000000006797ae2aab76f2e7b11c395b638508ade710826e85f1c 2,923 1.00/1.00 vMB 88
659,397 659,397 00000000000000000000ac892cb4f10ba4dcc354724650cd3681cd986aafd9c7 2,726 1.00/1.00 vMB 99
659,396 659,396 0000000000000000000302222bdb858504933aac1369289b33431888548c36d1 2,982 1.00/1.00 vMB 124
659,395 659,395 0000000000000000000282be6700fdc48f37de46a95c16950948ac6eb97a8f72 2,544 1.00/1.00 vMB 113
659,394 659,394 00000000000000000006bbb114e36b53be8d3310d8e6168eef320dace9f4a77c 2,135 1.00/1.00 vMB 102
659,393 659,393 000000000000000000026b8d13f78d00bc83be1bc55736df9bcc39ebc054bea9 2,860 1.00/1.00 vMB 130
659,392 659,392 00000000000000000006e07616d33199eb4119aa5c1ca0540771d80f3af4adc7 2,958 1.00/1.00 vMB 98
659,391 659,391 0000000000000000000d5d26bc46f7890903322b98221a4afb6c68ba8832ded2 3,006 1.00/1.00 vMB 120
659,390 659,390 000000000000000000015dbaf296d84f37e5c2c6eaef324a36261b3c30a2c6fa 1,938 1.00/1.00 vMB 103
659,389 659,389 00000000000000000002cadff62aa40e108face0562d2629c2d8dd9adcbeae35 2,400 1.00/1.00 vMB 115
659,388 659,388 00000000000000000003c28fffcd02a5efe79e026984073e2b2143024233b697 2,988 1.00/1.00 vMB 100
659,387 659,387 0000000000000000000c6fae1a83d89832735e91a95b05ace1c66cb8aad1e009 2,996 1.00/1.00 vMB 107
659,386 659,386 000000000000000000033ca861f5ebdb89dccb9732e853e2a0ce593db99d1d49 2,356 1.00/1.00 vMB 114
659,385 659,385 0000000000000000000587a1cfb1a3c8eb0c8ec736ab66944695d01f6fa1e7d7 2,739 1.00/1.00 vMB 114
659,384 659,384 0000000000000000000a17acb523f95dcae0d7f5d5b57be2d19867ecfedf14cb 2,676 1.00/1.00 vMB 117
659,383 659,383 000000000000000000075481b79891fac5951de07dfb35966eb00da49728d318 2,816 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.65 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.72 GB
    • Received: 16.32 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.