Loading Tool

Explorer IconExplorer

Memory Pool

34,414 transactions
25.40 vMB
0.06961500 BTC
Random Selection Loading Transactions
Max Size: 129.46/200 MB

Candidate Block

Mining Attempt b5b8e2329834f2b977e04fe2caed60e3d6579912e432da1d56fcf2aeea7968c7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (292,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,941 621,941 000000000000000000084402f0749bf2681d250338b4bae0db625663ef8ebf60 1,973 1.00/1.00 vMB 56
621,940 621,940 00000000000000000005ae014f913a88574e9212dfa78de298f9afdb08eaa501 2,506 1.00/1.00 vMB 78
621,939 621,939 000000000000000000096a51a76b8e8cd4a185b4b8bbced07a802082ae15c7a4 2,673 1.00/1.00 vMB 76
621,938 621,938 00000000000000000009112685f0ce145af97fba5019bc368ec5a1806ea3c23e 2,226 1.00/1.00 vMB 86
621,937 621,937 00000000000000000000cbe9344c8b44a1141ad4e47e7efe46c5b87fc94c5e34 2,377 1.00/1.00 vMB 55
621,936 621,936 0000000000000000000bc20971da96bd6bfb73d6b364e2609090e095f834f027 2,752 1.00/1.00 vMB 42
621,935 621,935 0000000000000000000f44976030d92cf94064f40511372c094213087a715fec 2,506 1.00/1.00 vMB 51
621,934 621,934 0000000000000000000b5805d6022978f4d4068585fc997150992ba9925bd439 2,470 1.00/1.00 vMB 77
621,933 621,933 00000000000000000007170aab89a87b9e2010332ef6f6ff6d49a74917fe29f4 2,796 1.00/1.00 vMB 74
621,932 621,932 0000000000000000000c980241864d5f0ed09d64fb0eb6d7af3d2ac5629a7303 2,620 1.00/1.00 vMB 85
621,931 621,931 0000000000000000000b853ce05cadbd6349e3c7b15a5bf00cdbae1e05aa0287 2,219 1.00/1.00 vMB 18
621,930 621,930 000000000000000000083ef7d7543ead9096d2787003d2e10226738359d56354 3,011 1.00/1.00 vMB 11
621,929 621,929 00000000000000000000b27501d915d4b7526046569e3c7ca29e9fddf7e36f80 2,663 1.00/1.00 vMB 23
621,928 621,928 00000000000000000004fb97adadca0838c362ec045376a33ca2d9270e3c4c3c 2,514 1.00/1.00 vMB 30
621,927 621,927 0000000000000000000c6d8a22d78f3404498a27d4c1aaa48021f201682ddafb 2,194 1.00/1.00 vMB 53
621,926 621,926 0000000000000000000c35100e415aac3747aa76e1e46878f37224b54ae40f80 1 0.00/1.00 vMB 0
621,925 621,925 0000000000000000000faa7211dcdbd1cdcfc89024e9ee2025897aae40a291b8 2,673 1.00/1.00 vMB 48
621,924 621,924 0000000000000000000b1d27a161af0d2dd37f80e3f9b56b81bc01de4dd9890a 2,638 1.00/1.00 vMB 70
621,923 621,923 0000000000000000000c83c0e597a222924759496bf0f03677d20fc7f863fc8b 2,817 1.00/1.00 vMB 65
621,922 621,922 0000000000000000000f2ebec7d4a80de577bdb131f8bab608c5e358dd8abf3d 2,820 1.00/1.00 vMB 77
621,921 621,921 00000000000000000008dec43c04cb9e2c1eb5b0ad439a5b62b9dd8341438761 2,099 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.