Loading Tool

Explorer IconExplorer

Memory Pool

42,489 transactions
26.69 vMB
0.06874284 BTC
Random Selection Loading Transactions
Max Size: 139.59/200 MB

Candidate Block

Mining Attempt fa87f6dce865cc8a75037b07c3723acd5ca04ca27da66ade35f69eabd1febcea
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root ce1e52c0e4bf00979e97a31197b3ae9d8bfc3faac2f7939686714e9f99ec0123
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,548
Size: 1.00 vMB
Total Fees: 0.01938254 BTC
Feerates: 101.59 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (820,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,276 94,276 0000000000046dd28720efc7469edb7b627f663ed7c37f985e3e98ced1cf5253 1 0.00/1.00 vMB 0
94,275 94,275 0000000000053e1068f14d7fab46279ea98f7ea1a506bf7cb1da64ea35ff69da 2 0.00/1.00 vMB 0
94,274 94,274 000000000009445f83fdd2fea072f2c16f7950231da6e553dc551cb433aeabc0 1 0.00/1.00 vMB 0
94,273 94,273 000000000001b32bb720ae431e879a92e2aa30989a1ad7ef8ba05deb3d79c3c8 1 0.00/1.00 vMB 0
94,272 94,272 000000000008a469ad2910fa39ebc3dbe09e87f15320d1bea950dfb6c0b54db3 1 0.00/1.00 vMB 0
94,271 94,271 00000000000130ed1bf0709e6bee1c52d162cf488dd161f014c2e4de17e2981d 3 0.00/1.00 vMB 0
94,270 94,270 000000000004c6d4667f702aa2f62af9f17839915d9258fd86a52fb76c6e0b4f 1 0.00/1.00 vMB 0
94,269 94,269 000000000006ee0628d592f34dfb92a70cf9d758eb90fd2749a10403d4d4a4f2 6 0.00/1.00 vMB 0
94,268 94,268 00000000000138e171d29db00973ecffc3fce4e693949334c3e265a6c14284d6 1 0.00/1.00 vMB 0
94,267 94,267 0000000000048c0cef71ff72423d9f23a2210e9630af4b96893cca2c66eaa699 1 0.00/1.00 vMB 0
94,266 94,266 0000000000090b126da36e7b9912448928fc15c7dc5e9ac847812b0829657f4f 1 0.00/1.00 vMB 0
94,265 94,265 00000000000956549f25b6c0e303a239fae3b9802ea7f0633854b86a1369d160 1 0.00/1.00 vMB 0
94,264 94,264 00000000000221acdce6d13eb0b55a671a65358b742329a04061f8b5bdc69352 2 0.00/1.00 vMB 0
94,263 94,263 000000000009766916c52973c5b0a832ffff31a2eb8e87234ce27285c7b9bd56 2 0.00/1.00 vMB 0
94,262 94,262 000000000005036a271370d0a0ee337b6780c0c198e99466aa1a5f38bfd4c372 2 0.00/1.00 vMB 0
94,261 94,261 000000000001b46ccabaa33f49d43f105aa209603b0c5a5edc8de71d6fe798cc 2 0.00/1.00 vMB 0
94,260 94,260 0000000000065af9201f38765bd24ecc4c6130cec9c32f79dec77e42d8c64e6c 5 0.00/1.00 vMB 0
94,259 94,259 00000000000963724596075efa22c61b01d49e9b5031a293c9808dee8db7387a 2 0.00/1.00 vMB 0
94,258 94,258 0000000000074a197d2235210286a7b1041c323861592b4a2155a26d61ebe3b2 2 0.00/1.00 vMB 0
94,257 94,257 00000000000671628dcd02ceb9331f6e165a496a7f274d393b1ff18b57973cbc 1 0.00/1.00 vMB 0
94,256 94,256 0000000000030cfbdde94b27bda39dc457159769bb9f787e5f1e2dc29018b42a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.