Loading Tool

Explorer IconExplorer

Memory Pool

25,412 transactions
11.70 vMB
0.02457603 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.30/200 MB

Candidate Block

Mining Attempt 744b89e2f6b628bfe590169cab5af117482ff1cc52646b96a41984be875b3deb
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root b9529f4ddb92e54c87954e32911f2994e354c410384f3c5a65425001173f5363
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,606
Size: 0.99795525 1.00 vMB
Total Fees: 0.00517228 BTC
Feerates: 78.53 > 0.52 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (742,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,275 171,275 00000000000003a681f718619ddc7e04e0a8a4c1cf8cb0af670c7a663f2629b5 1 0.00/1.00 vMB 0
171,274 171,274 000000000000083d61c7e5dc953cee22af00346818a3a9a322f42e8243831f6b 69 0.05/1.00 vMB 163
171,273 171,273 00000000000004e99d40d67beace7a7ff98bbff457feb5e5541dd39a7638596a 90 0.03/1.00 vMB 21
171,272 171,272 000000000000069572fb902cdc540af8432cb42bcb342f09b3b74943cff31cda 75 0.07/1.00 vMB 432
171,271 171,271 0000000000000162cf5c9febf5edfda309604c296743fb7e4e5193d4fb335044 92 0.03/1.00 vMB 82
171,270 171,270 0000000000000848038ad814557be8d65d9032514acf6cde23373fb0d387b3e5 33 0.01/1.00 vMB 199
171,269 171,269 000000000000088487f16486cf8fc0c87f4b3e9b536378140c08c9bdc5c9958c 30 0.03/1.00 vMB 40
171,268 171,268 00000000000002940c926b904cade5410ce2fbe6aa41d597e8ebc5023c77d368 72 0.05/1.00 vMB 84
171,267 171,267 000000000000047941d0b2cc437617af7315853ea38d62537977a62481c75385 148 0.05/1.00 vMB 100
171,266 171,266 0000000000000251a8801909669d34b99c230cdfc4f8dd7e438778bc9cfd8b24 1 0.00/1.00 vMB 0
171,265 171,265 000000000000005a22b44a46d64715e0a0021b681c3e1427ac4094b536582318 60 0.04/1.00 vMB 263
171,264 171,264 0000000000000a47e75adb826c4522e67c48163a6e72483bedd4585c6d7a185d 1 0.00/1.00 vMB 0
171,263 171,263 00000000000004da74555308215cf24bc2fb8944dec6513dd914a5fa6e9edab7 39 0.05/1.00 vMB 80
171,262 171,262 00000000000009231d79ce3c6887a0711ecb299cde90ffd38dac0bec65f77600 1 0.00/1.00 vMB 0
171,261 171,261 00000000000006e7fb8d962570adaa9a7cdf64fb2f388576d16571a6a2b43218 107 0.03/1.00 vMB 62
171,260 171,260 00000000000006ed97090d6e614ed1bd77f344cfc13e165f2929f029f256ee4f 44 0.03/1.00 vMB 98
171,259 171,259 00000000000007ed46477d4704c7a8a776dd1d4f6116980d489ad4c5cc270188 127 0.04/1.00 vMB 36
171,258 171,258 0000000000000914fd1b9b9ba7a39f0a8fea5be76ad1b174a808de7896f34232 78 0.04/1.00 vMB 212
171,257 171,257 000000000000003d6204e9761e06e1dcbe0cd551759068f3f42792d09c1ffaeb 22 0.01/1.00 vMB 11
171,256 171,256 000000000000058a094a220b562042ccbda2a546a0a919dc27147d86e108d672 10 0.00/1.00 vMB 512
171,255 171,255 00000000000008f1c306a83a0106f009cc725ef47b1ce905a2b19c441fe01867 13 0.01/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 780.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 500.50 GB
    • Received: 3.74 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.