Loading Tool

Explorer IconExplorer

Memory Pool

78,104 transactions
29.00 vMB
0.07382638 BTC
Random Selection Loading Transactions
Max Size: 175.90/200 MB

Candidate Block

Mining Attempt f38a3f88bc5fb25f89d886db8574def37a90167fddf3b7d45ea37f2552aac5a6
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 84e3152dafe9d8a5d9926a08e3aa23b268e3d4ae65791b6885a0dc079857b1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,298
Size: 1.00 vMB
Total Fees: 0.01337537 BTC
Feerates: 75.92 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (99,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,837 815,837 00000000000000000001bbc57a253f5fca04ab55e1067c7e6efdf7a6b46d92e8 4,440 1.00/1.00 vMB 53
815,836 815,836 00000000000000000002c0528e1a208d3e9533e30428b652e0d7f07d9868531b 3,736 1.00/1.00 vMB 79
815,835 815,835 00000000000000000002fdae66a090a38f4ea3d055520980883872c75fb211da 3,797 1.00/1.00 vMB 42
815,834 815,834 0000000000000000000463372e3f92d0c96744543738195772ccad137e407326 4,422 1.00/1.00 vMB 58
815,833 815,833 000000000000000000022680db5687b775d93e3aebaac44d0c1948d8ec7808d8 3,312 1.00/1.00 vMB 70
815,832 815,832 000000000000000000010715042cb1d3bdbf2513a4030ed5e2c1869182f3c601 2,512 1.00/1.00 vMB 45
815,831 815,831 0000000000000000000032a8b97c7431c16a096a3d41726201c3e343d156fc74 4,441 1.00/1.00 vMB 47
815,830 815,830 0000000000000000000301de72bf32405066cd9064d57723cb8b2f2e98975902 3,787 1.00/1.00 vMB 70
815,829 815,829 0000000000000000000221b779a66a8f6c52d8d63d61927b1952b4202a67b01c 4,168 1.00/1.00 vMB 49
815,828 815,828 000000000000000000023dd6a01802f1313d159e70b3d22fba36d244ae7c2d5c 4,080 1.00/1.00 vMB 66
815,827 815,827 000000000000000000006dc104641e180ac5fc675810fad63b532dc7a203e72e 4,965 1.00/1.00 vMB 67
815,826 815,826 0000000000000000000008e9769fab44e9f655fcfb63735f6c1a21840ba97060 4,484 1.00/1.00 vMB 54
815,825 815,825 00000000000000000000d169044740c7009f755e349748ebf5b725e4c09667a3 3,710 1.00/1.00 vMB 53
815,824 815,824 00000000000000000001ed0effac60a58ce9de5ba152f0694af4bf9821149ed9 4,244 1.00/1.00 vMB 66
815,823 815,823 000000000000000000004f6eea140e4227d0179d19af12c8fb49732bd410d6d9 4,287 1.00/1.00 vMB 70
815,822 815,822 00000000000000000002054ca24948671134029868d6de166401a4845f69a0dd 4,322 1.00/1.00 vMB 56
815,821 815,821 00000000000000000002dead519d35275fe937de05f52fc7182145fbeca7d09f 4,665 1.00/1.00 vMB 76
815,820 815,820 000000000000000000013ae8aa011c3242565e8e1a81cf14722d72f35a7edec9 3,778 1.00/1.00 vMB 59
815,819 815,819 0000000000000000000136f0928b05a1ef0a7a544bb9c6b5875dd0e2802ff1cf 3,930 1.00/1.00 vMB 61
815,818 815,818 000000000000000000023d2c90026eb2c1b3d6e6e99ac44594fecf1c3b27f12e 4,276 1.00/1.00 vMB 72
815,817 815,817 000000000000000000012b2f75fd427970cde81b811cd03dc50951ba2d07ffb1 4,660 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.57 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: 671.07 GB
    • Received: 15.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.