Loading Tool

Explorer IconExplorer

Memory Pool

49,576 transactions
30.77 vMB
0.11867278 BTC
Random Selection Loading Transactions
Max Size: 164.20/200 MB

Candidate Block

Mining Attempt 73bcc297e29d7e2e80eaf05625dee98b0627fef2ec882815f38b2d4024a74984
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 80ff2c4b2c920c3b1d93f6c6548d08e82ac18b6a52345204fa9a80a9f34b5897
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.04965938 BTC
Feerates: 150.97 > 4.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (551,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,589 363,589 00000000000000000ab91c65bfb6c086c4b0c4d4ded1cd49ab9c106b0ddf899c 76 0.05/1.00 vMB 14
363,588 363,588 00000000000000001247b2e58a53203f426ac2054c4b573ef39bbe048dee2af0 1,037 0.54/1.00 vMB 30
363,587 363,587 000000000000000000f37b7568b00c52d41ba0b450af724f365926b99dd06269 1,604 0.93/1.00 vMB 32
363,586 363,586 00000000000000000dab71686441036cd31e604bef324f52f0a4dfc181320a5b 276 0.16/1.00 vMB 30
363,585 363,585 00000000000000000e442400eab98417b1faf6d8e5f7812653f5328898c9bbf5 305 0.30/1.00 vMB 13
363,584 363,584 00000000000000000a1701b47ef44dd2abc9d3b4b9270d8717493220e086fdcc 1,923 0.93/1.00 vMB 39
363,583 363,583 000000000000000010e3f6b6d312519e982b6c28e28de105caceed0b64b22e21 1,022 0.50/1.00 vMB 34
363,582 363,582 0000000000000000058191223dbd29f9ab64a995347657c675a75a3bb296f8fe 294 0.14/1.00 vMB 35
363,581 363,581 00000000000000000d7591bb7e710dc7c25123793316be942eaf7aa3989365ea 419 0.23/1.00 vMB 30
363,580 363,580 0000000000000000007e9c1955d14ec14f9dba9de6469d8068964104a35977f4 90 0.03/1.00 vMB 72
363,579 363,579 000000000000000007f6da338f04a350351ccfa9487e0617c51ba7f8673b4789 2 0.00/1.00 vMB 0
363,578 363,578 0000000000000000162f295a61f51a0e7b2fc7d75ee9f1a63f8ba5383d365275 2 0.00/1.00 vMB 0
363,577 363,577 00000000000000000ba9a5d07c75c7404cd1c0bc9ef8f425be38b72a700a4d0c 256 0.15/1.00 vMB 27
363,576 363,576 00000000000000000f1a24b2f51ec39fa9f3946bbc404a66daf193e9dd9d8bba 164 0.09/1.00 vMB 37
363,575 363,575 000000000000000008843d517de17f8ec21ca8b43ac134884ccbcfeb4d1ca910 87 0.05/1.00 vMB 29
363,574 363,574 00000000000000000cfa971b1687afed1fe1241dd43882f5d6d8570402e39c73 150 0.07/1.00 vMB 41
363,573 363,573 000000000000000014b68d074bafc37d6861219e9feb848ba319df5a9d9a5ad1 27 0.03/1.00 vMB 7
363,572 363,572 000000000000000006ead361f7619d8a639fc6a8c833c4643d36a666a500c6c5 530 0.29/1.00 vMB 34
363,571 363,571 0000000000000000005898fe9c55fbc6ee756bdd91844331b5728a33fb4c7a05 1,977 0.93/1.00 vMB 37
363,570 363,570 000000000000000012d6e4a46e2e8c00c387e6912550c54ff2247b4a6a443508 109 0.06/1.00 vMB 51
363,569 363,569 000000000000000002c11451e92e5edcbb7f460280f3f81629a71910b9a46713 550 0.39/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.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.