Loading Tool

Explorer IconExplorer

Memory Pool

42,289 transactions
26.97 vMB
0.06454501 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt 968739eaa1735aaadadc08cf1bb03dbc2729b899bccb3c056a78efdb0f3a16aa
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root abc28a514edf463fca6c17ed638e5935bba173bb877b08226c40aa6509f6ebe4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.01443274 BTC
Feerates: 60.14 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (154,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,375 760,375 00000000000000000006398ce947f947d0d7aadeeb5aabe67fb383c37c68878c 3,511 1.00/1.00 vMB 24
760,374 760,374 00000000000000000002cb27d8667b3a9e8875771d0b9b5a45ec5c3565fbd06f 2,044 1.00/1.00 vMB 10
760,373 760,373 00000000000000000001a051c088574241e6a56ee451608b00f58aa2f05d1993 2,327 1.00/1.00 vMB 21
760,372 760,372 000000000000000000035cde7e6f54edb36d26e6077288e7c00c6d3f007113cf 1,616 1.00/1.00 vMB 18
760,371 760,371 000000000000000000028f717a9f7319646c2cccf7d05ac35a626b0aea791229 1,854 1.00/1.00 vMB 22
760,370 760,370 0000000000000000000024a7b2c5f55dc7042fd28fa4ab7347216af0a2a98c1f 2,876 1.00/1.00 vMB 24
760,369 760,369 000000000000000000063ef016bb6db1ffa0c9d2c0df5bb204fe74f7b469fc73 867 0.24/1.00 vMB 17
760,368 760,368 00000000000000000001bee5b5adae12ee68901d92030d20a4274ffe7f1141fb 2,574 0.80/1.00 vMB 18
760,367 760,367 0000000000000000000321d2dd341d44e22317df225febd3177174b8965555d0 65 0.02/1.00 vMB 13
760,366 760,366 000000000000000000021487ea8ced71728b3d64c5a048cbfd14812417e0f119 1,135 0.38/1.00 vMB 21
760,365 760,365 000000000000000000063751be8da0dd965b8b70192988ff2d0d42689077c32c 596 0.44/1.00 vMB 7
760,364 760,364 0000000000000000000629e9646ba56a127dd779e9c72e4787cf1e874a0e0259 1,250 1.00/1.00 vMB 7
760,363 760,363 00000000000000000003a60462fe5a4fb424a623ec7433b4e57f4f8d9b1b703c 2,607 1.00/1.00 vMB 8
760,362 760,362 000000000000000000051671e3b13611985ea6c842eb87ab2e781329d221ee1e 2,764 1.00/1.00 vMB 19
760,361 760,361 0000000000000000000447328992c8fde12c3f36bc1aab55fd495d2aa295ef52 3,731 1.00/1.00 vMB 30
760,360 760,360 00000000000000000005621956caad266b9f4066b8b57f0983aa6e38cbb8d99e 1,386 1.00/1.00 vMB 3
760,359 760,359 00000000000000000004fe6540942f5648c01d9dab58513cc7702f5e0c2e8cc5 3,183 1.00/1.00 vMB 31
760,358 760,358 00000000000000000002923004e45d6781cf6084d9c3d9a2825f250ad840b65b 434 0.17/1.00 vMB 18
760,357 760,357 00000000000000000004095dd36820ac9d8edf258b7a7439273df7765224db13 29 0.01/1.00 vMB 16
760,356 760,356 00000000000000000007623bbb497c5e1ed1a964a0027a7b1182b625b2a3f9b0 970 0.41/1.00 vMB 3
760,355 760,355 00000000000000000003a64f60b1f34ac1d9cf6b3bd0205984a5dbc8d60b7bd3 1,455 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.23 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.03 GB
    • Received: 14.23 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.