Loading Tool

Explorer IconExplorer

Memory Pool

85,263 transactions
32.92 vMB
0.08878302 BTC
Random Selection Loading Transactions
Max Size: 195.00/200 MB

Candidate Block

Mining Attempt cb2a24f96d3f6532a6c50e93977f8267ff473c6c412ade2b8e54e665c40f50bc
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 9ea8dad1b0b108b85f0f1a503ece35bd69392404862e64b0ec5b036970471bfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,787
Size: 1.00 vMB
Total Fees: 0.02340622 BTC
Feerates: 120.64 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (230,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,611 684,611 000000000000000000005c23bcfb57800575d539943138bec68253e683b8da44 1,816 1.00/1.00 vMB 45
684,610 684,610 000000000000000000021e4ed85e830ca35dbb07a78c132364c4bc7f5d6c0e8c 2,041 1.00/1.00 vMB 121
684,609 684,609 00000000000000000009ada7eb2c24700b7879f2d2dbed7b57a6ddaf3d18ff90 847 1.00/1.00 vMB 39
684,608 684,608 00000000000000000001d5e843ab9e6472406197b369506dbf23d237e0fef719 1,460 1.00/1.00 vMB 90
684,607 684,607 000000000000000000083f55bec2ed364eb876882e57bc61f4611fd223b390b0 356 1.00/1.00 vMB 52
684,606 684,606 0000000000000000000240b58c9383976a68912648397344a8d33481b17433c5 1,227 1.00/1.00 vMB 38
684,605 684,605 00000000000000000001147c7cdead02a9f4b9bc08b7eeaac9b534cc190706ad 987 1.00/1.00 vMB 43
684,604 684,604 000000000000000000035b059ec7fbc938aa7c2391672c5ec44ec92e54bc31d6 2,173 1.00/1.00 vMB 33
684,603 684,603 0000000000000000000817d7cf983a0bf9907c7c572984bc6d22245665a2fef5 1,753 1.00/1.00 vMB 67
684,602 684,602 00000000000000000006b3b697301e254f2ff2c3bd8e007e3e01cf0d5ea2c8b3 1,056 1.00/1.00 vMB 65
684,601 684,601 00000000000000000000b80fcb95157764e5296fb0b62b737a2f8bbad359b60a 1,245 1.00/1.00 vMB 125
684,600 684,600 0000000000000000000658e7d329b26a8dbe0bba821a94217d2efc87efde9741 919 1.00/1.00 vMB 46
684,599 684,599 00000000000000000006bb9a4c53922be4c35bc34ac13a40f76e983b915357c0 1,372 1.00/1.00 vMB 48
684,598 684,598 0000000000000000000750a319f653cd5be97395d97bdd81a1a63cc07b3ed053 1,395 1.00/1.00 vMB 73
684,597 684,597 000000000000000000024863d5503e0046b6d7fef0697c74b454e64320e4fc9d 1,252 1.00/1.00 vMB 32
684,596 684,596 0000000000000000000316e0bfeb252713b75c09a4f5fa1e0585af614f82093b 1,269 1.00/1.00 vMB 42
684,595 684,595 00000000000000000004eb5e983c564d89447f91503a44b37823069c6328bb35 1,734 1.00/1.00 vMB 79
684,594 684,594 00000000000000000005535bb064116b4e4fbd3cdbee22b5dd0183083d1e7684 1,926 1.00/1.00 vMB 64
684,593 684,593 000000000000000000035c57a98fca61697ec4c858a9a8e522fd3917e6203de7 1,111 1.00/1.00 vMB 40
684,592 684,592 0000000000000000000665f2e2bcaaf193201295bfcbbc892849448a11e501a4 1,050 1.00/1.00 vMB 96
684,591 684,591 0000000000000000000792e89a1806e32103f6de034539e4aa8072ebd6a6f6bd 1,343 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.