Loading Tool

Explorer IconExplorer

Memory Pool

90,803 transactions
33.10 vMB
0.16909731 BTC
Random Selection Loading Transactions
Max Size: 199.79/200 MB

Candidate Block

Mining Attempt 5a9460402e283a8c7da516a0e814c97d769735caeffe4b2a426614357bd98bb9
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 6b60844d62d83cffe714b81ea60ce551f2c6b34fc1148497a0cc3b678fb3a721
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.06603412 BTC
Feerates: 627.82 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (435,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,037 480,037 0000000000000000002d50afa02f4eb4f27102f355073732d9e62d2f60b3ffea 1,620 1.00/1.00 vMB 177
480,036 480,036 0000000000000000007230ccf310546803dd67408e91a4e33182be2486c7273e 1,943 1.00/1.00 vMB 169
480,035 480,035 000000000000000000dcf83f7a3c0bc13b18626ea859bb38f9fcc86992f9cfa2 1,817 1.00/1.00 vMB 167
480,034 480,034 00000000000000000119f484c07e961c1a5d2ae00e8fbaa74128b0b297c4e732 2,053 1.00/1.00 vMB 204
480,033 480,033 000000000000000000d054eb3d6d1376221391166943de3e26226bf6746f344f 1,445 1.00/1.00 vMB 192
480,032 480,032 00000000000000000002560c174bb262db89ccfa3cf4d0231d849aa544681b99 2,131 1.00/1.00 vMB 206
480,031 480,031 00000000000000000045f85f40ff90cff66286e47d27fbf582fb87bd27f13deb 2,094 1.00/1.00 vMB 185
480,030 480,030 000000000000000000d1001fbbf41ac9f02d4035048232c0abe56082d7e6058a 2,013 1.00/1.00 vMB 209
480,029 480,029 0000000000000000007b25ae6ea6a51d0049667dee42f08a0d59cc472fea2a2a 1,361 1.00/1.00 vMB 217
480,028 480,028 000000000000000001196166db648257eae5a263aad0e6db160e238cdf6b1d7a 1,657 1.00/1.00 vMB 226
480,027 480,027 0000000000000000008a86386f8e74f3a15e35aa5d4e51c184b17fff779a05f5 2,065 1.00/1.00 vMB 195
480,026 480,026 000000000000000000b3688a896fa4009a3a69d243958bf4d89b3301da49c4c3 1 0.00/1.00 vMB 0
480,025 480,025 00000000000000000120f785ef595beb1b11e702c29b78085e889ddc1e0a1d47 1,888 1.00/1.00 vMB 202
480,024 480,024 000000000000000000e6593b9e24191116acdd3ecb5604d7b9ed97ced9e44b80 1,973 1.00/1.00 vMB 101
480,023 480,023 000000000000000000f16ad945616cb6b994e5d86ea21e31b9ccca03749b40d4 2,085 1.00/1.00 vMB 138
480,022 480,022 000000000000000000fdc2d536f922b14c498edbc1cc8dd83d5f181bc3d4be66 2,125 1.00/1.00 vMB 155
480,021 480,021 00000000000000000034c0654ae4534ce8f5bebe78a56e42121e47c40121eb86 1,751 1.00/1.00 vMB 128
480,020 480,020 000000000000000001079d6d52836f229ef40b2da8014669edbf0e7093070a7d 1,745 1.00/1.00 vMB 153
480,019 480,019 0000000000000000010b6bd63fd82749adb50b222240e34573d1f27736c1dca9 2,603 1.00/1.00 vMB 219
480,018 480,018 000000000000000000ccc2e380bd147c362348ad2d1f1cfa2eff1b37afdddd94 2,028 1.00/1.00 vMB 113
480,017 480,017 0000000000000000010ac43e51161299346627dfeec00cca6a842ba40cdc5d0d 1,822 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.