Loading Tool

Explorer IconExplorer

Memory Pool

76,649 transactions
28.98 vMB
0.07699922 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 0bf7c01064d37ba8646fd95e8e31d9d8280d7218abc2b8e175267ba23f94f841
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 3485e286cc1fcc21f77d1022ce34ea9a8652f9a69181aeb7d3f7b0c919cf519f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01387486 BTC
Feerates: 77.76 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (265,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,298 649,298 0000000000000000000b13ee4bdbcf7efa6245902317164c6dccf3909f4d8b5b 2,110 1.00/1.00 vMB 35
649,297 649,297 0000000000000000000ba2e3e6f5667ddd29a2ff9de716ed7585e6818df93315 2,121 1.00/1.00 vMB 45
649,296 649,296 000000000000000000001a68625d5f5a307f3d473dc82120ba8c8fa07e3f9be8 1,555 0.75/1.00 vMB 24
649,295 649,295 0000000000000000000c2eb788bdfa0c82f66513b817c754e45728ca0052d3d5 1,525 1.00/1.00 vMB 43
649,294 649,294 00000000000000000008e3df9fa5f5df6856a7a4020e1dbe6dddbffdf6e1b042 2,329 1.00/1.00 vMB 22
649,293 649,293 0000000000000000000e66479d147efd65193fb5055c516dc3cad734d92ca4a3 1,844 1.00/1.00 vMB 62
649,292 649,292 00000000000000000000772c376f1f2803f466aa0ef89577620639cc0554026e 130 1.00/1.00 vMB 89
649,291 649,291 0000000000000000000a1965d6b31c39af6dc7dbc064e6bc297cde9ce55e553f 723 1.00/1.00 vMB 96
649,290 649,290 00000000000000000007c092da2bfe3b3e0c3dcfa2956ec8b43a082292507b31 186 0.11/1.00 vMB 26
649,289 649,289 0000000000000000000672a519372203671a728ccea70b4020284c77d59c98c3 1,391 0.80/1.00 vMB 52
649,288 649,288 000000000000000000079626e47c6d457149368ee33e6d1e8205c17c7670cb9f 2,161 1.00/1.00 vMB 46
649,287 649,287 0000000000000000000437a5c99bcc03d6aff738138d97583736c42fcc98f079 231 0.09/1.00 vMB 51
649,286 649,286 00000000000000000001e5625c6482eddfb7117f152a13e03df1a5b837c52515 1,879 0.84/1.00 vMB 20
649,285 649,285 00000000000000000003a4e618531f5b8eaad0abc5bf2f4bf7e218497b3fd6a0 2,133 1.00/1.00 vMB 29
649,284 649,284 000000000000000000019d62083a257da6ea079d9808c38235ff83fdc65505fe 2,391 1.00/1.00 vMB 15
649,283 649,283 00000000000000000004b43aefdd3b1bf2b32c8241e1873ea0f634306397f11e 1,661 1.00/1.00 vMB 49
649,282 649,282 00000000000000000004084d1c3de784fbfa938467d5bdccd21cef3ebe37759a 2,282 1.00/1.00 vMB 72
649,281 649,281 000000000000000000050dfd5d73734d0ff702864627011cfd7d5b20d9c5993d 1,014 0.44/1.00 vMB 31
649,280 649,280 0000000000000000000bd204ab24db14d27fdd880b3315ad703d21ea0ffbe482 781 0.34/1.00 vMB 40
649,279 649,279 0000000000000000000ca6013b6579e88049320a156efb34888fd0a982d07c3a 1,910 0.80/1.00 vMB 21
649,278 649,278 0000000000000000000b44dbde9c6d3368a9d05c0f67afe50702846273a8aa98 249 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.