Loading Tool

Explorer IconExplorer

Memory Pool

26,111 transactions
6.40 vMB
0.04002971 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.01/200 MB

Candidate Block

Mining Attempt 328c66a6024b17c20caf9ace08f12ae9666a92a9d5f324a10c71234d0f79c4fd
Version 20000000
Previous Block 000000000000000000020b7de4a5de62d3506ffb84fbac40ba79a4fe8f611513
Merkle Root f2e525c1707b066a916876b76209f7aa8c54bfb0480f637df18c060e8841c31b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,043
Size: 1.00 vMB
Total Fees: 0.02335183 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,196 (706,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,639 206,639 00000000000004a05489af13f4200126df4bb257c4357a287b48ecdbd0df008b 0.03 MB 112 45
206,638 206,638 000000000000011dafa27173f15e53255340d0ad8612fd5b8c64c655cf796f57 0.08 MB 214 172
206,637 206,637 00000000000003535d3ab496299a288a877abb608395e166592bef2c1a2afcd1 0.12 MB 245 187
206,636 206,636 00000000000002864b0de208180c0f2f84d276e76712bbe089840ea3cf081304 0.00 MB 1 0
206,635 206,635 0000000000000332a66cb441d8d3b6bdeed19c45b32a95da4bfaf13405b97228 0.05 MB 125 58
206,634 206,634 000000000000026f8a4d25185471dda91ca2c00be0660751ef9c20565875ed22 0.08 MB 156 140
206,633 206,633 000000000000019979a02285138fd6788b1245c32b3f6c25160d87da823d9332 0.00 MB 8 14
206,632 206,632 00000000000000047c5d88a0c4c8f845d6b630132077547a29f9ec4072b38a9b 0.17 MB 425 241
206,631 206,631 00000000000004ee73213877cdce1c9d0970846ad0adcb95cb2d71d4f611fc1b 0.15 MB 240 123
206,630 206,630 000000000000038f6c30850ae2bcf9e84d76522f5c3dedca5f885cf9e18711fb 0.03 MB 87 89
206,629 206,629 00000000000001328403734d2eb232d807363ab1a5b2c2051926a53dadfab1ae 0.14 MB 363 211
206,628 206,628 000000000000022e5c934ee7fdb72225c06ed2bb4c921477ee9fe4a0601e0d19 0.00 MB 11 58
206,627 206,627 0000000000000340e55b370b5dad7f889d8bedb1180a69be5f3b0dedfc9671aa 0.04 MB 113 213
206,626 206,626 000000000000043fa333cc3078ce5fd97bce0fd43a78968c7a2c9763e1e856dd 0.02 MB 44 284
206,625 206,625 00000000000000981dbcd597c8e9b7ff9711a5cb34d465c484a0320d6c994df1 0.04 MB 103 239
206,624 206,624 000000000000012aa09d9f0c410fe5c80221a997c1cfc1cf675a09eeb111a1ef 0.03 MB 40 449
206,623 206,623 00000000000002624b2fd1b112a8e1dc586021cdb5d6b28aae3bd8158b06c87f 0.16 MB 309 154
206,622 206,622 00000000000003cc315fdb0ac5d4e9ee4f4475f0393b86c94ea7197daf03f20c 0.04 MB 101 237
206,621 206,621 00000000000000c9729264ff388594ad9a5fff0df864afc45f8179c4440e1981 0.06 MB 158 0
206,620 206,620 00000000000002439ef818a955282dba2985335479b4ff093eedb79f9e13432d 0.06 MB 154 182
206,619 206,619 00000000000003171729b23feec8b284b4cea3ed7972f6c63273c3aebeafeb51 0.16 MB 372 196
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

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