Loading Tool

Explorer IconExplorer

Memory Pool

81,957 transactions
31.04 vMB
0.11781757 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt b7682bebf24652609733b5688e93e6b0909e57794fcdd1e57b1546f0f288d573
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4764de48be7c5fe1ca947c343a80079fd9708d9393acd953056da2d9c733219e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.03413558 BTC
Feerates: 101.42 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (281,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,076 634,076 0000000000000000001116580eb912f0d787bb5726ba88f7f18a7f15a0eca95e 2,379 1.00/1.00 vMB 54
634,075 634,075 0000000000000000000c3a2ba88cef092a4b2fc9ad7556b22924b223014ae353 2,693 1.00/1.00 vMB 38
634,074 634,074 0000000000000000000872afcdbf5cd486cdcee18118dfc7a25cffcd381e5407 1,376 1.00/1.00 vMB 5
634,073 634,073 000000000000000000086125d61337df842b6ca83f2385897a3710e6aa8f6397 2,481 1.00/1.00 vMB 28
634,072 634,072 000000000000000000121e9057e5adcdbb916ff57de92da9154bea21a686c1e5 2,312 1.00/1.00 vMB 31
634,071 634,071 0000000000000000000b48b1980376f76d5b4c696af20c8209d2e772188adcde 2,131 1.00/1.00 vMB 16
634,070 634,070 000000000000000000047dc44101742e833c21a87846eb3863ee44c3e4f0ea5c 2,666 1.00/1.00 vMB 21
634,069 634,069 00000000000000000000b9901c91ca6a2b4bca0a816730398766ba339acf852b 2,348 1.00/1.00 vMB 45
634,068 634,068 00000000000000000005acbc0d4a937b442193e44ebf790af6c21a3cacf7ac92 2,094 1.00/1.00 vMB 18
634,067 634,067 00000000000000000012ce486c048c689fbd94b028d48f1793fda5a8d87c4929 2,796 1.00/1.00 vMB 43
634,066 634,066 0000000000000000000708ef2d9edc10151abbd07c416248a5a1c398c21d480b 2,524 1.00/1.00 vMB 25
634,065 634,065 00000000000000000012b40b72e2f5d79e6758b6c8e6f4e44fb53bd61a399239 1,788 1.00/1.00 vMB 15
634,064 634,064 00000000000000000000bcff0303909675e6b1f5e20030b410ddd614e14bf9ad 2,552 1.00/1.00 vMB 20
634,063 634,063 00000000000000000009602d2aeaddd0aa911600d930b7b77f6c87027acebe17 1,849 1.00/1.00 vMB 5
634,062 634,062 00000000000000000007f49b5a5a4f32f597ee22da4cc16456477d4edef8c0d5 2,236 1.00/1.00 vMB 19
634,061 634,061 00000000000000000013ad02fd2c271ef4c4316bcdf60232e3a84f01b9b17386 2,589 1.00/1.00 vMB 22
634,060 634,060 0000000000000000000f93a1e503130f2254aaeeb5ed99b98b825a7997be2508 2,803 1.00/1.00 vMB 41
634,059 634,059 0000000000000000000dafbbd6d5521914bcd799f66b90895307723818876d9e 1,027 1.00/1.00 vMB 13
634,058 634,058 00000000000000000001a32f55e03ed74d5e3bdacee64f2b7f71dc0845f36f97 2,148 1.00/1.00 vMB 22
634,057 634,057 0000000000000000001005abf10f1f5171203b1ce589041e628a4c4d07111f64 1,935 1.00/1.00 vMB 24
634,056 634,056 00000000000000000005bce6167ad5c41a3f9d6fce9a1d4eaedf9024ab60a6d5 2,328 1.00/1.00 vMB 22
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.95 GB
    • Received: 16.33 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.