Loading Tool

Explorer IconExplorer

Memory Pool

80,440 transactions
29.65 vMB
0.09316701 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt c29674b6b4f2fc0e5b4f9017da6eb5ec094757cb1bc3a8b08ad18688e574b27d
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 9263da7c26a7a4a41c8b8718c46f355427bc7bd82d4f8a01005f00b4f3790708
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.03017656 BTC
Feerates: 502.67 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (99,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,945 815,945 0000000000000000000084c75b0b0bc3376b4e00ca716c0e1f45c34569759a5e 3,500 1.00/1.00 vMB 212
815,944 815,944 000000000000000000027c48bbdec096a0e99a43905f1998ef4575f5f98fba02 4,673 1.00/1.00 vMB 163
815,943 815,943 000000000000000000044b8d8af33b2cd0ed77228837e69ac6c67a511e328ea9 4,742 1.00/1.00 vMB 143
815,942 815,942 0000000000000000000158d4da5332a41fed799399ffc92bdd9e9f4aa34aceb9 3,978 1.00/1.00 vMB 137
815,941 815,941 000000000000000000033970a0ad70817834935a0f8ca01618c37c0078b2cf5b 3,318 1.00/1.00 vMB 139
815,940 815,940 00000000000000000002d71307250e11ead53460f018b833121b80ed41f48c45 4,223 1.00/1.00 vMB 122
815,939 815,939 000000000000000000013c30041222e969c4d559c1100c973548226533075238 5,272 1.00/1.00 vMB 108
815,938 815,938 0000000000000000000105b1e6ece3cbe2436fbee75eb6fa96cf71ac1fd61ae4 4,614 1.00/1.00 vMB 109
815,937 815,937 000000000000000000015760bb4236de4cd9aa9095a650bdf0dbe43a604dc460 4,598 1.00/1.00 vMB 111
815,936 815,936 000000000000000000039606fe316c7f2785c6bc1e22de34ee4aea1f04dc04ba 4,489 1.00/1.00 vMB 99
815,935 815,935 0000000000000000000356da15a710ad2a4dd9693c1d766f6cc36de2fc0163a8 4,439 1.00/1.00 vMB 103
815,934 815,934 0000000000000000000390ce6db44843e2f24309b87e9cafbfe2f717b3a5e969 5,191 1.00/1.00 vMB 105
815,933 815,933 00000000000000000002f419e3823f848b80e58e1801e6435fea0750a61f5ac8 3,139 1.00/1.00 vMB 96
815,932 815,932 00000000000000000002051054107fcb235cb91fc1193a8deae2a6b3cfd8a4bd 4,927 1.00/1.00 vMB 111
815,931 815,931 00000000000000000002ba09cb97ab796fc679da69fe9fe091e4addd2a99a88a 3,892 1.00/1.00 vMB 111
815,930 815,930 0000000000000000000108cc29156396cb2077fdd1a38629e35ad983f9b44667 3,542 1.00/1.00 vMB 113
815,929 815,929 000000000000000000038c751e5c012566ded979ae8bbcc729987f90288a138e 4,338 1.00/1.00 vMB 95
815,928 815,928 000000000000000000025014799ddcc9baae97bcd7d3b89f4a8af68dac526015 4,798 1.00/1.00 vMB 90
815,927 815,927 0000000000000000000096b98e3d5a8bc7e666f3ccf8007145be23196a186cc4 5,093 1.00/1.00 vMB 98
815,926 815,926 0000000000000000000448c1933cb2fc95a21ff08c92eca42f13e76079910ff5 3,983 1.00/1.00 vMB 98
815,925 815,925 000000000000000000037f23637cbf0a8c7bdce7c84fa6455be60e8155a5517c 4,750 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.