Loading Tool

Explorer IconExplorer

Memory Pool

45,210 transactions
27.46 vMB
0.10991775 BTC
Random Selection Loading Transactions
Max Size: 144.03/200 MB

Candidate Block

Mining Attempt ac0390dad68fcc91f55e3dd8224047a3bf333dc2f26bedc4ab5270742596732b
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 31da6094b4d3763bc054809a9f878d56c26f9f63147d23c8e2ae8a57c18fe6f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.05161462 BTC
Feerates: 151.16 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (222,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,502 692,502 0000000000000000000ef18d67054045fcc83e3e556e19e7ccd37cd47b45aec2 97 0.06/1.00 vMB 86
692,501 692,501 0000000000000000000a120f9ece7ef245b8cd76281eb98a8198dd713cbd2aff 556 0.33/1.00 vMB 25
692,500 692,500 00000000000000000012d9fb873d7642398cd82bdf00423df0ef2052ef5b0358 1,190 0.65/1.00 vMB 24
692,499 692,499 000000000000000000134a9a0c4c79d97ac5a48ab641b96612c8f60e8b0a8b51 1,820 1.00/1.00 vMB 18
692,498 692,498 000000000000000000118128f257373addaec4944ba82eb55bf1c4776f371576 2,544 1.00/1.00 vMB 24
692,497 692,497 0000000000000000000efcf1f60f185ed80c368169f511ec92a7c154aaeb87fe 594 0.85/1.00 vMB 12
692,496 692,496 0000000000000000000ccc08dcca1b2e61e83438f2b2a121c52c5798b9bb7b50 157 0.15/1.00 vMB 5
692,495 692,495 000000000000000000071c84b982b9aa29fccc662578424ad306f5396a0cbfe2 2,104 0.86/1.00 vMB 22
692,494 692,494 0000000000000000000987abbe710a014c27b542efd1c1ef85e61a98f3630201 1,283 0.45/1.00 vMB 14
692,493 692,493 0000000000000000000283745f0c82245ab7e1c429bd2f43630b606ad4b1140c 2,579 1.00/1.00 vMB 24
692,492 692,492 0000000000000000001494fc641dee340077b06fffd5243049072bea1a56da80 2,328 1.00/1.00 vMB 19
692,491 692,491 0000000000000000000fe9e219ab7f2855fd3311be0848e2d9f8196ec8aa71a4 1,245 0.61/1.00 vMB 22
692,490 692,490 00000000000000000003cd823026911130458b543a1d1cba7ed75b886eac5216 1,562 1.00/1.00 vMB 15
692,489 692,489 00000000000000000010769b8182db22dac2ae7168c304fb0e5a425e41918938 1,827 1.00/1.00 vMB 18
692,488 692,488 00000000000000000000077f4aefb5f8d8ebf9b474d918b92acf9ee7acf05fbb 2,145 1.00/1.00 vMB 16
692,487 692,487 00000000000000000006f369278a1dd966f5560a8ca2ccf410c2d46e702d7740 1,223 1.00/1.00 vMB 7
692,486 692,486 00000000000000000010f15b3cdbd4cc5d79e3eeb15486983d9e01dd3f778fb8 3,308 1.00/1.00 vMB 9
692,485 692,485 000000000000000000136fb3d330e6ac4c51cfc37ecf4f7b89365b8217b346f9 3,025 1.00/1.00 vMB 15
692,484 692,484 000000000000000000017140069308d96d94b9d1d7ae476297dfe58fad488040 2,718 1.00/1.00 vMB 22
692,483 692,483 0000000000000000000422cab37fcfc89a7d9a4dc476d581a559c35b9407e979 2,368 1.00/1.00 vMB 19
692,482 692,482 000000000000000000089e6593bf9cfb35c7c8c8a2931e2a0ecf90c1fcfcff22 2,665 1.00/1.00 vMB 28
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.