Loading Tool

Explorer IconExplorer

Memory Pool

41,003 transactions
27.45 vMB
0.07027889 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt 4bae33851faa626ebc931405ac7956b483256ff5ddea902d4890f91a8804eb82
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 3da3b5cfbb002f24a52bbe73ec20df3adcd0b1bc51662279434146858b7b5035
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.01739867 BTC
Feerates: 101.47 > 1.74 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (138,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,564 776,564 0000000000000000000713d889f7a2d67b8a71b7a66f969e5902fa6e2082920d 1,997 1.00/1.00 vMB 19
776,563 776,563 00000000000000000000c4cee7fe7108d10e61d541100ed6761cbf7ac7afd8c4 2,755 1.00/1.00 vMB 23
776,562 776,562 000000000000000000030f6908ce3cb548b866faf31aeee168e6cdf0c29c0c71 3,310 1.00/1.00 vMB 30
776,561 776,561 000000000000000000031e96040d784adff3879eea0dc2c7533e24a709dab6e3 3,341 1.00/1.00 vMB 26
776,560 776,560 000000000000000000057fa7105a2dd80fcc2dffab468e409caa5db36ef4c836 2,091 1.00/1.00 vMB 21
776,559 776,559 00000000000000000002baea2c5c10fb2220885a7fb4863c02a42625e0b74ec9 2,209 1.00/1.00 vMB 16
776,558 776,558 000000000000000000025145d0f592908ea9139af5de1fa48dce0e9a64397956 2,474 1.00/1.00 vMB 8
776,557 776,557 000000000000000000039d091930c5b3cc660c4f246cfc66e49ebd677a4e7afd 1,587 1.00/1.00 vMB 9
776,556 776,556 00000000000000000005e3804064254dc2c699d4f7779bcc98f378de80c58b6e 2,680 1.00/1.00 vMB 18
776,555 776,555 00000000000000000005380f31dfe9767e8d519477bddf1713016a7de3cefe5f 1,300 1.00/1.00 vMB 12
776,554 776,554 00000000000000000005831344b5d5218accb28b20b9b9f3365b44d2773ef959 1,877 1.00/1.00 vMB 14
776,553 776,553 0000000000000000000037d1eaf9c9017d18bd1c319f95fd8cbe8b6b6c84c304 1,256 1.00/1.00 vMB 12
776,552 776,552 00000000000000000004d2fa70c5333b93fcbfb8c2bfc052008447dc07961577 1,049 1.00/1.00 vMB 18
776,551 776,551 000000000000000000049ed2d701cff19b7758baad088507fbcda0ff3742de8d 2,545 1.00/1.00 vMB 25
776,550 776,550 00000000000000000003e21d9fd14a4e8a48ab8711caf16164fadf2fd5d83672 1,873 1.00/1.00 vMB 20
776,549 776,549 00000000000000000006d46071808986a33fd94bad3a5039c8d7626ac0405a6c 858 1.00/1.00 vMB 14
776,548 776,548 00000000000000000004c1e089931ab9e1944a04469ef35b39ff5793126cb6d8 2,998 1.00/1.00 vMB 27
776,547 776,547 00000000000000000006d0e358bdd768b72a05f2766dde6f06456acdf87d709e 2,726 1.00/1.00 vMB 19
776,546 776,546 0000000000000000000116a8612356e9d6bf50d0653792da21b868ea13977b0a 3,166 1.00/1.00 vMB 29
776,545 776,545 000000000000000000064c205aaa2c0b36b31399f5413a4dfe7cc4340e842bdb 2,153 1.00/1.00 vMB 19
776,544 776,544 000000000000000000034a139ae452d17146897a31d5510b6b29026f7b3e659c 2,573 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.79 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: 634.06 GB
    • Received: 12.23 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.