Loading Tool

Explorer IconExplorer

Memory Pool

79,134 transactions
29.36 vMB
0.12444794 BTC
Random Selection Loading Transactions
Max Size: 176.75/200 MB

Candidate Block

Mining Attempt 649e6b92871d50e71db1e4fe886141e148b8a1a9e7368b9c0ec0d6eadc408e47
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (621,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
294,243 294,243 0000000000000000a7c535356b8bbfe2be26c5fa1899e0f55a27718e12434b7b 128 0.05/1.00 vMB 38
294,242 294,242 0000000000000000b5eae67d1c3b48c64ba9b4c5bec92cbcd1d4fa28dfe4643d 70 0.07/1.00 vMB 19
294,241 294,241 0000000000000000241fbc34f2bd42ad87abc977aba5d923519c8977f4840883 538 0.35/1.00 vMB 40
294,240 294,240 0000000000000000b79c4bf8cd6ced74c555b1a16b1158a596bf31d074fa53b8 191 0.09/1.00 vMB 42
294,239 294,239 000000000000000039a43242c6ea34379ac9f145b62de39bebe6c78a0877dfde 489 0.25/1.00 vMB 33
294,238 294,238 00000000000000002cac1700f968942ae536f6c0736401f71f0473841c434f1e 224 0.10/1.00 vMB 33
294,237 294,237 00000000000000009f179d4ffb0fdb1351a00dd30e984234be77912149eae1ca 16 0.00/1.00 vMB 17
294,236 294,236 0000000000000000b47da7a93b0e3906c4bda59fc2bbc9b138db3291f237e6cc 637 0.39/1.00 vMB 29
294,235 294,235 0000000000000000153d4df64bd8ec1fbc944d0ed8d762ad39291db3e0b594ae 320 0.18/1.00 vMB 36
294,234 294,234 0000000000000000994ae984d9075f9eb3dcead71baef5e69c3eb2e600354c52 35 0.02/1.00 vMB 32
294,233 294,233 000000000000000017815d50e3e0eaa0f9d3702b75c0ff31a9d40a35da562e0a 782 0.44/1.00 vMB 52
294,232 294,232 0000000000000000b66d3469e383e065dbd38388d5244996968801ee9147d070 251 0.19/1.00 vMB 28
294,231 294,231 000000000000000054a4b80958f54916f00d0673d2e169dfd70cf1c6f5be9031 191 0.10/1.00 vMB 27
294,230 294,230 000000000000000033f414767529f983130b8c51e0b257c970f40d16599d92d1 201 0.13/1.00 vMB 29
294,229 294,229 0000000000000000242890caefb29ab4bbe2731b7bbd3ab6fec1aa9288a70670 439 0.21/1.00 vMB 37
294,228 294,228 0000000000000000be5ed1cb12bf9cea9a3c7138c62de9be28cacd46f5ca992b 495 0.28/1.00 vMB 33
294,227 294,227 00000000000000001ab02734e564b48fe3f0de9c22ddae07d8df46b272904e64 55 0.05/1.00 vMB 11
294,226 294,226 0000000000000000b1ab1fe84001829afed47d2c28dbdce15e34b5934deff3f1 351 0.21/1.00 vMB 47
294,225 294,225 0000000000000000120a967f90df34dcd67e49a081a7834daeac4dba7dc7090b 681 0.35/1.00 vMB 32
294,224 294,224 000000000000000081633ae9fdde138258847789f36f183386e7a0fe9624c8fa 505 0.35/1.00 vMB 29
294,223 294,223 000000000000000067ed34ea0a2b17d4af7ccadee6e3342558b9ef4b1ef5b00b 696 0.25/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.