Loading Tool

Explorer IconExplorer

Memory Pool

42,438 transactions
26.68 vMB
0.06840683 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt e37a5201faaa14e5d6928bc53b595d7a033fe221d1afde1a2abc7c20777ae55b
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 3a8669e89c242a98a800985c6ad8581699b7925f931c4c97df1a042c9850637a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.01807540 BTC
Feerates: 101.59 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (259,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,368 655,368 0000000000000000000fb877bbac1475a256ee16c597ee74a04660b62a075608 1,669 1.00/1.00 vMB 89
655,367 655,367 00000000000000000000a9ebd116e18e4f7bf85b8c1bdb9ba1f8bbd6aac3aafa 805 1.00/1.00 vMB 51
655,366 655,366 0000000000000000000f025ae209029116c5e770359ce1298ffe2d68292e21ef 2,176 1.00/1.00 vMB 115
655,365 655,365 0000000000000000000a391b7d84bba2b32a84cc250575bb5c8828d1caf5ed95 2,275 1.00/1.00 vMB 124
655,364 655,364 00000000000000000003732d9c86836033838b0064f276899184ed74d78eceb3 1,837 1.00/1.00 vMB 216
655,363 655,363 000000000000000000069df605a97e3ad43a1b59b73590303dbdd79a724eeb85 2,188 1.00/1.00 vMB 74
655,362 655,362 0000000000000000000948b610494349b80e2bd4f00f2ab463faf87362131714 2,243 1.00/1.00 vMB 25
655,361 655,361 0000000000000000000a3f4759b88ac05e90dc126fc2e1bfe13e8cc77cd85f08 2,263 1.00/1.00 vMB 45
655,360 655,360 00000000000000000008804c2d220699be3f05f53b4d03a8f012dcd7c29834a0 2,255 1.00/1.00 vMB 50
655,359 655,359 0000000000000000000f22c09a408aa20dba5bd4a6f3fcf56a749e16d806f267 2,619 1.00/1.00 vMB 197
655,358 655,358 0000000000000000000881da93d74c9cc443c184b6d88a4c582fa33ab9ebd400 2,328 1.00/1.00 vMB 80
655,357 655,357 00000000000000000009aeeffcc86b875d7acedef45d385d2211174f15d0f80d 2,064 1.00/1.00 vMB 88
655,356 655,356 000000000000000000109982e118e33cc42096e37dc51a74f7ac9df6a6a86e59 2,640 1.00/1.00 vMB 208
655,355 655,355 0000000000000000000ccd1afa663620bda0da8ce6dcbc0c2149a7afaa20c8b1 2,997 1.00/1.00 vMB 266
655,354 655,354 000000000000000000015aec34a4cc7c7c3c6d2994fd28b3865fc9804ee5c7f2 2,820 1.00/1.00 vMB 319
655,353 655,353 00000000000000000006f9fe4f6c16a279edc7fb7ec003431a1f02d39606affd 2,687 1.00/1.00 vMB 194
655,352 655,352 0000000000000000000b5987997eb20d346d52722a3ca2124054247d4b1daab3 2,063 1.00/1.00 vMB 324
655,351 655,351 0000000000000000000189a276c9e38c17b4fcc793557d6c435cb13f8ed19796 1,753 1.00/1.00 vMB 53
655,350 655,350 0000000000000000000eaa8c644e6f07ebf074b35c34adf3c89490d381554bf0 287 1.00/1.00 vMB 29
655,349 655,349 0000000000000000000e00e57f25195d86a6f97642c834f81f73d9db1f84a47f 680 1.00/1.00 vMB 20
655,348 655,348 000000000000000000023b806972c66388c4593bf0e80ba519ef5ee5e045147d 2,211 1.00/1.00 vMB 142
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.