Loading Tool

Explorer IconExplorer

Memory Pool

52,954 transactions
31.43 vMB
0.18040270 BTC
Random Selection Loading Transactions
Max Size: 168.86/200 MB

Candidate Block

Mining Attempt c36faad27779451ff2a3a664fc8071be5064a862fdc7d0672f3862b6b8a896be
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 298c7ef0d7ee48a8eed5342b0387460b424e460742cf10c7b50a9750d8afe861
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.09567156 BTC
Feerates: 477.45 > 9.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (905,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,593 9,593 00000000283ae40e5825e8f74ceab6ab1c97b9cc3a468892f53780503c0fe594 1 0.00/1.00 vMB 0
9,592 9,592 000000004f0f3c567b7cd9ac0375e57207f1741a7e43e70b5ad36a4a162b6107 1 0.00/1.00 vMB 0
9,591 9,591 00000000ce3d29921074f8f2f42fc689b985086aaed696adc8420056862b050d 1 0.00/1.00 vMB 0
9,590 9,590 000000000ceaa2dfa65980f24a79b9986d798722937e5ea341eca4ed6e016dd6 1 0.00/1.00 vMB 0
9,589 9,589 00000000b60cf3b3402318de47bc87b5a2a89644fbba421d52e8dfaf6cafae5a 1 0.00/1.00 vMB 0
9,588 9,588 000000004b94101e16825742055109f51c7fc8966c6918e48416cf95bf750580 1 0.00/1.00 vMB 0
9,587 9,587 00000000b089d36f578ad9e419852345cdd87752817b25b39708a8035c4069e6 1 0.00/1.00 vMB 0
9,586 9,586 00000000c1e4c451d7f0f978f26904d27a578c9efb82f669e39afac8d97fdefa 1 0.00/1.00 vMB 0
9,585 9,585 000000008ff8524b146510571e54866c99c5d2fe815348089b7da10196fad5c8 1 0.00/1.00 vMB 0
9,584 9,584 000000009540ad91c4b76a3060b545daa853cc2182396fb23ecccc907e87d0b8 1 0.00/1.00 vMB 0
9,583 9,583 00000000769bdd49485a3885587411b2e2a0fef7efc38f9df7a9845e67724765 1 0.00/1.00 vMB 0
9,582 9,582 000000003764082701ec20cff0d916e2085f0416b289e77aacea65d4f30247f2 1 0.00/1.00 vMB 0
9,581 9,581 0000000002aedc1b39bb1d25095100c193813b5344d79273347089259468ece0 1 0.00/1.00 vMB 0
9,580 9,580 00000000f9ba9d049dd3925b4e7a5e19a80a29fcc8b74897b82c5a517323a25e 1 0.00/1.00 vMB 0
9,579 9,579 00000000de074c075b37c998d32df666bf1a5b57c3a51a70e93af75f6e64d6cc 1 0.00/1.00 vMB 0
9,578 9,578 000000006bb1deadd4d2a845520333048b39248281579a718649a1bdb4eb5ab2 1 0.00/1.00 vMB 0
9,577 9,577 0000000088df66fc4e4d47c146e721b526b8bbfd0816997e3a04dc56558f6cc8 1 0.00/1.00 vMB 0
9,576 9,576 0000000098e3770b1ae304350692cdfc809035b2077627cbcbd664cf5171a5a2 1 0.00/1.00 vMB 0
9,575 9,575 000000008a434bf614865306593649511c5d2a784d5c756b9174619b2e8df9a6 1 0.00/1.00 vMB 0
9,574 9,574 0000000078493daf495abe0ca316583c5b291ed4e2edc793e7348c70ad6b6c53 1 0.00/1.00 vMB 0
9,573 9,573 0000000009e9fa775a2d3fbf04779dc784bff89b95870a684ca597d3bdbe800d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.