Loading Tool

Explorer IconExplorer

Memory Pool

80,525 transactions
30.18 vMB
0.09118394 BTC
Random Selection Loading Transactions
Max Size: 181.00/200 MB

Candidate Block

Mining Attempt ca5eb83d8e7c2d25cb18543ceb106abee04e08e0866d74fd92c7177bd56dde1c
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (287,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,331 627,331 000000000000000000003f7ba4cc0726c5b4fa76eede70157317d9c35debbcd0 3,055 1.00/1.00 vMB 34
627,330 627,330 0000000000000000000123f7fc5f90117aada76be462b098aaeec3b2bc1214e1 2,742 1.00/1.00 vMB 32
627,329 627,329 00000000000000000007193aca8db344bb7485a21a6bfb6289f7b72c6eea7094 2,688 1.00/1.00 vMB 39
627,328 627,328 00000000000000000009fd086f3001ae1edca8e2dbe48069679f7ae8eb8be24c 2,706 1.00/1.00 vMB 35
627,327 627,327 00000000000000000010a58282f08251c746554bafc75514292f733272036b31 2,883 1.00/1.00 vMB 37
627,326 627,326 00000000000000000003cb7bda5db568dd3a580a5c74affe1e1044b544cba70e 2,049 1.00/1.00 vMB 28
627,325 627,325 00000000000000000009c4eb642257f50ce4dca599d9994e187f3aa66d11a1b2 2,283 1.00/1.00 vMB 30
627,324 627,324 0000000000000000000ebec7b3daceba98d44ad2878cff6bb5bfa38bed124ed5 2,972 1.00/1.00 vMB 47
627,323 627,323 0000000000000000000d1b12025ad6be3fe74cf3bdfb440cbad6da9e6aef5a16 1,987 1.00/1.00 vMB 25
627,322 627,322 0000000000000000000bb9e900a9ce21fabb50f02f8219bf53086d7542e6fbc5 2,083 1.00/1.00 vMB 26
627,321 627,321 000000000000000000117b4bc3f30ba385b947e64a3abd2dcbae4aca98a6ee72 2,902 1.00/1.00 vMB 31
627,320 627,320 0000000000000000001186c8a04ea9c4f1f1588c829e55d739581abae943a07a 2,791 1.00/1.00 vMB 38
627,319 627,319 00000000000000000002b763585ef5961fc81308118323ecbf42998dfeb6cc98 2,768 1.00/1.00 vMB 35
627,318 627,318 0000000000000000000fabfdd048a7ee37c799a6f443465f18c09427c7f4018f 2,656 1.00/1.00 vMB 31
627,317 627,317 000000000000000000000a2bf9d182687229fcc37accfc3074851e29d3da447c 2,870 1.00/1.00 vMB 54
627,316 627,316 00000000000000000003fb384efbb7cd5ad43d0cc8d6afc569f0faa0b21f0bfc 2,674 1.00/1.00 vMB 38
627,315 627,315 0000000000000000000fe1ab5fc3f2923e85df712d54c971419b82c2d407fba2 2,601 1.00/1.00 vMB 31
627,314 627,314 00000000000000000001e8be4c7d3254cc3ab08302c7e410d5922bcb0ff895aa 2,642 1.00/1.00 vMB 32
627,313 627,313 0000000000000000000dc6c32c406bdb85e52f2f6c007362018022bdd2ee51d0 3,039 1.00/1.00 vMB 47
627,312 627,312 000000000000000000082cb7bf43b279d69f29a5f1a4007b26b4cb3b80eb221d 2,927 1.00/1.00 vMB 36
627,311 627,311 0000000000000000000b3c9ec1cfb70f45079e06f3ed6e0546d16cc5fb9805f1 2,904 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.