Loading Tool

Explorer IconExplorer

Memory Pool

43,829 transactions
27.39 vMB
0.07120698 BTC
Random Selection Loading Transactions
Max Size: 143.69/200 MB

Candidate Block

Mining Attempt 5e46286e69a5cd22029cbebc4c703b6d66d6716fec7270575b33afbf72543e07
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (325,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,205 589,205 0000000000000000000a562357229aefdb3cc4738f4590181b5ca67e677e7e26 3,131 1.00/1.00 vMB 48
589,204 589,204 0000000000000000001b69b11e66374454f87f277e2cb2568c6f86dc3212da45 2,797 1.00/1.00 vMB 83
589,203 589,203 0000000000000000000a618448e1aefcde0707f41f152ee2c0dab708c3480290 3,089 1.00/1.00 vMB 51
589,202 589,202 000000000000000000062d6ac049a1dc0531942f3657ce7ce02231d8a05161e6 2,638 1.00/1.00 vMB 84
589,201 589,201 0000000000000000000b5c5850c81e872941eb002d61f796c2daee94529b0a4e 3,022 1.00/1.00 vMB 38
589,200 589,200 00000000000000000000d2aa76f954cf23197ecfa7e23f3e27163e3476118325 2,492 1.00/1.00 vMB 54
589,199 589,199 00000000000000000013cd07bb3f6664481221a151c35b7833cf5c75f6b68b10 2,952 1.00/1.00 vMB 83
589,198 589,198 00000000000000000004a3bb860153286f11827342860acef3b88d7b87567e1b 3,016 1.00/1.00 vMB 67
589,197 589,197 00000000000000000018f7900b562ca33ab136488ebc1aa2d6d59b6d809417ac 3,102 1.00/1.00 vMB 55
589,196 589,196 000000000000000000017b11070407f14234c8c6150642db2f8b2ecf3ee2325d 3,110 1.00/1.00 vMB 74
589,195 589,195 00000000000000000013e0227172260a60844021d21e6bc85be553e52eafa0bb 3,044 1.00/1.00 vMB 79
589,194 589,194 0000000000000000000bc17f79cccf5ddad71feb13738a129c2a13f7b0cb8557 3,248 1.00/1.00 vMB 69
589,193 589,193 00000000000000000006f87b10f30160e99747bdfddba2329bf4dfc4e28015c3 2,671 1.00/1.00 vMB 41
589,192 589,192 00000000000000000001af88bf1f947a55f89bfbfb6d8edb8267ff44dd875b21 2,771 1.00/1.00 vMB 85
589,191 589,191 00000000000000000000166e777084340f336d85f6bccc379504b6adb30ab2ae 1,581 1.00/1.00 vMB 27
589,190 589,190 00000000000000000011d6dbd6af00563bd0f8bd28a8986249e22b66026c7641 2,905 1.00/1.00 vMB 50
589,189 589,189 0000000000000000000fbc0ea69776b6f7d9e95410566e41971176d2b9a50830 1,824 1.00/1.00 vMB 53
589,188 589,188 00000000000000000002f210eb6bd0b915eb3d69b4e6922850986e22521b7095 2,151 1.00/1.00 vMB 59
589,187 589,187 0000000000000000001b7c8bb2d4907dd4ee75b57a2b7da231af0e39e9c9cc74 2,493 1.00/1.00 vMB 70
589,186 589,186 0000000000000000000eaf4b9e820d88ccfa99a51bde64b37eb5c21847765ea1 811 1.00/1.00 vMB 60
589,185 589,185 000000000000000000121e6efe7f8fe579aecf6e06d1140b298b9ae8927039c3 2,841 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.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.