Loading Tool

Explorer IconExplorer

Memory Pool

18,878 transactions
16.38 vMB
0.03631549 BTC
Random Selection Loading Transactions
Max Size: 81.41/200 MB

Candidate Block

Mining Attempt 683aa554414009893cf4fb7c5e2d012b4698c89e7f072c8af318b02977a4fedc
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 5d5afaf8fc54f3c0921a57c0fc6b63bf5fb44e26053ece0220d0967e01e6dd04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,492
Size: 1.00 vMB
Total Fees: 0.00683340 BTC
Feerates: 77.35 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (751,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,406 162,406 0000000000000589b09b10ca8bb04650f97a898b0e5327fa6771e7064c1dd955 21 0.01/1.00 vMB 166
162,405 162,405 00000000000000e59455d05db148994efb1b6d0d3c7e83f1d6305864ec0b3fd5 99 0.03/1.00 vMB 146
162,404 162,404 00000000000001b8111e718d551b830e6dfddb163f342c8dbb4f95feb275f0f1 75 0.03/1.00 vMB 406
162,403 162,403 0000000000000537d2f16d6348d835e49ee567643a15c2fa9e753b1b9efc3d9a 79 0.02/1.00 vMB 2
162,402 162,402 00000000000005e979ad63d73f6ebca40376d1c6bffd90a400af9a9d5df2c7b2 28 0.01/1.00 vMB 116
162,401 162,401 0000000000000188fd0eeb575555cd4502d18113a4948bf25fb5e7d2972037a8 57 0.03/1.00 vMB 262
162,400 162,400 0000000000000c916f972db49ba0a2d6ac6e3e4debbb0339b72d5e7a4c704cdc 7 0.00/1.00 vMB 45
162,399 162,399 0000000000000bee9787a793fd01676461e3dcefb5a0c99ed591849a926df07d 19 0.02/1.00 vMB 38
162,398 162,398 000000000000064306616a52966fbb83b4ae58c5dadf39d330c58682c7f65625 137 0.05/1.00 vMB 7
162,397 162,397 000000000000025e497f58477e3219a327391efc859be83fb0803e27f5077727 1 0.00/1.00 vMB 0
162,396 162,396 0000000000000b5773616eeacec0d377b04ca90a78b86290e08cda83e1bbabdd 24 0.01/1.00 vMB 0
162,395 162,395 0000000000000b29187b70199b7c3a76d11a09b27dc8494d90b2f7455bb61486 62 0.03/1.00 vMB 200
162,394 162,394 00000000000002e0618aba9883cc3cc1afb5e7e14fa521e63a41c4b4f1b78d72 50 0.04/1.00 vMB 65
162,393 162,393 000000000000019141867b57fc8227620731da1b3e5c33aa03ba566fc4fe89bc 25 0.03/1.00 vMB 50
162,392 162,392 000000000000002d2fae39f33b3c5f6c18d1fedb4891368a5c8e41eafe4a06ff 86 0.05/1.00 vMB 236
162,391 162,391 000000000000036902b490cf4f69b3471f11495315be44e9b1d6c0b7a9af129b 11 0.01/1.00 vMB 26
162,390 162,390 0000000000000b4b19103d615a83dc08f318bd0952a19b10788dce0dd35767ff 41 0.02/1.00 vMB 76
162,389 162,389 000000000000088d6c7b9d315986ee0fe7f6003499ed1057befb951c4e5c8065 100 0.05/1.00 vMB 280
162,388 162,388 0000000000000aaea6cefb49a04d865b7aa1286e4b8d5c4fdf1652dd5455484d 21 0.01/1.00 vMB 120
162,387 162,387 000000000000064018230a885c6b5a3cdddc54e880b4433b7d2388f420de1215 27 0.01/1.00 vMB 68
162,386 162,386 000000000000042489b78c2713f3390f2f69047bf09481cc1cc53657bc06242a 12 0.01/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 780.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.44 GB
    • Received: 7.46 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.