Loading Tool

Explorer IconExplorer

Memory Pool

48,084 transactions
27.29 vMB
0.06976185 BTC
Random Selection Loading Transactions
Max Size: 145.48/200 MB

Candidate Block

Mining Attempt f072dbd37b98f7d22597208883c69aeabd63cb258c26ae8c314b83a4a6ab2dd9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root a680f71fc63d9383da5d6524c955efedcfc1674fa4d58845266a39ddb9179eb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,498
Size: 1.00 vMB
Total Fees: 0.01892990 BTC
Feerates: 100.53 > 1.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (454,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,948 459,948 000000000000000000d200804397faaf157c75acd0894f07f614c73a201e7faf 1,883 1.00/1.00 vMB 38
459,947 459,947 000000000000000001fb814ed912838716e3e6fa768db036f74d652e783bbe10 1,070 1.00/1.00 vMB 48
459,946 459,946 000000000000000000c2a14c4297c740623b64022d05c68b6abd7ac11a000379 1,357 1.00/1.00 vMB 76
459,945 459,945 000000000000000001e541c36c44a78996b630097f635ab9248c4218f7fb9db1 1,439 1.00/1.00 vMB 147
459,944 459,944 0000000000000000020d810eb883aef643aaf286d363165408685530c52822ba 1,549 1.00/1.00 vMB 55
459,943 459,943 000000000000000001f87e9ffb53d3859d73b2ad28dacad9a5eafecf9b981f7a 2,220 1.00/1.00 vMB 152
459,942 459,942 000000000000000000adf21741a9f7cd70b33d41cf02d02317ae44b5d95bda85 2,582 1.00/1.00 vMB 165
459,941 459,941 000000000000000000e13aa9268d2796062915e7fadcb42a46fde8b9e1d832cf 2,011 1.00/1.00 vMB 101
459,940 459,940 000000000000000001a1daba3759bdd7ddcc4379cf31d6874e04d6aba596bf6e 2,103 1.00/1.00 vMB 185
459,939 459,939 000000000000000000520aea43a637615c5ada8a2ef96a4d3a23a9bdd73c12d5 2,018 1.00/1.00 vMB 95
459,938 459,938 000000000000000000eb6b9bb7fff418c9c2f1b712d30ae77a0819c3f2e6c180 1,189 1.00/1.00 vMB 80
459,937 459,937 000000000000000001bf8a10ab23c8b4afed4661dc40c79d89dc43a658f72a60 1,498 1.00/1.00 vMB 106
459,936 459,936 0000000000000000002801ba629fed7a18606ef3dacb167da92f8dd22a9984a1 2,081 1.00/1.00 vMB 125
459,935 459,935 000000000000000001fea55922f601831adf602647063572a0c819e92557ce05 2,483 1.00/1.00 vMB 135
459,934 459,934 00000000000000000221f1feb3a1c64bc1e83a368ee74098622720e48fe009ed 2,405 1.00/1.00 vMB 151
459,933 459,933 000000000000000000fe8c04223ec38620ead28e682ae86f2b31a8ae5a356452 2,215 1.00/1.00 vMB 178
459,932 459,932 00000000000000000139f1951568cb31c1a5d02c3c67a067bc464a87c530f66e 1 0.00/1.00 vMB 0
459,931 459,931 000000000000000000905ac083a1fb751e210317a22d861bde0d629ee9188c1a 2,323 1.00/1.00 vMB 189
459,930 459,930 0000000000000000015bd58313bf978875db845804af35d10b7a568b96baf40e 2,734 1.00/1.00 vMB 127
459,929 459,929 0000000000000000002b7c3d6de4f5364414b028f693cb409c52ff5abee3da8d 2,441 1.00/1.00 vMB 161
459,928 459,928 000000000000000001d5dd3ced3a9c2343e6b5ca7cbbd5e9d852d7582885983a 2,891 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.