Loading Tool

Explorer IconExplorer

Memory Pool

79,314 transactions
29.73 vMB
0.11831892 BTC
Random Selection Loading Transactions
Max Size: 179.39/200 MB

Candidate Block

Mining Attempt 04590c02082f211a3c31ba944f6f8f6f18f59f40b7e0cca248435d9847712ec9
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root d3e636d17f3529a9f65fc029aa5737bf8406abb09ad5afe82ceb92fb01ac8b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.05397666 BTC
Feerates: 150.75 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (905,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,515 9,515 000000008c8d5c9265bc740fc8f539797332b9c2d19bab4e9b215a9a0a9d2e95 1 0.00/1.00 vMB 0
9,514 9,514 0000000052ab68c20deabfd537a4f40ce88bbd29bdc91b86fb791a701a7af723 1 0.00/1.00 vMB 0
9,513 9,513 00000000c60596cdb860839242211d9a17ba734e397636135e7744303d189a0b 1 0.00/1.00 vMB 0
9,512 9,512 000000009be075c2742955e8cad5aa09390e2e7feffdfecc371bdcae0fb60951 1 0.00/1.00 vMB 0
9,511 9,511 00000000faac558a7a5266c3c678e53b53b88a619b00dd825395b8e4ca44cdd9 1 0.00/1.00 vMB 0
9,510 9,510 000000003ef4d27daf6dc6488206e439006466d2b9b3681ae07512e3f8f0a212 1 0.00/1.00 vMB 0
9,509 9,509 0000000024825a7f2109431ab025d4e49c0c08f4b904d29b7e5251c779deadd6 1 0.00/1.00 vMB 0
9,508 9,508 0000000050a320dbfdef05548c50321c8acf5a611feba3d7103771f9638cc397 1 0.00/1.00 vMB 0
9,507 9,507 00000000332b32f70008b5275e72fc2a2d103b2559da7f0679db424c2d2eb928 1 0.00/1.00 vMB 0
9,506 9,506 00000000e0aa228fd33ef41299c7451f0c1d331ffb77cfcdf27379fa75bac6ff 1 0.00/1.00 vMB 0
9,505 9,505 000000003c07449ea96a504f5ea2d61107673fa5e4ed9d7add56ab9b8bbf7cc0 1 0.00/1.00 vMB 0
9,504 9,504 00000000ded0a3a301999ea452d2618bcfc875556f3516fa01772b9ba3f47c9f 1 0.00/1.00 vMB 0
9,503 9,503 00000000b9ce11097e53e17a5ba46f8b46d086e1b1df167c8ebfc4df79348a70 1 0.00/1.00 vMB 0
9,502 9,502 000000004b8c683b747f0a827be10e572eaaf511022bf1b32a0d9819b1b16192 1 0.00/1.00 vMB 0
9,501 9,501 000000004383fe923306472b416c0c2432523b3f5fbc2ca25def2c7155f9b5bb 1 0.00/1.00 vMB 0
9,500 9,500 00000000436e6caeb22a9132729282c21b123311ee09b5f79f1f061325f1776c 1 0.00/1.00 vMB 0
9,499 9,499 00000000a54d999e432694f2a5a94a2af153af7647dc830b913d1745a51184b5 1 0.00/1.00 vMB 0
9,498 9,498 00000000736261e46c3a1b5693816353226798a02847ba6c755d5f23ef3bf9bf 1 0.00/1.00 vMB 0
9,497 9,497 00000000369c1224472d510f1f62c6a65fa4927b957b84b60b82a8a22296cb01 1 0.00/1.00 vMB 0
9,496 9,496 00000000796bb0f3d5bed9f22a473ea57366647ed904a0f212c29d21e29b49b1 1 0.00/1.00 vMB 0
9,495 9,495 000000001b2e09818f9532fd3cc10ab377057d49ad36fd41c3e8534476c08f60 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.