Loading Tool

Explorer IconExplorer

Memory Pool

78,053 transactions
29.31 vMB
0.06390704 BTC
Random Selection Loading Transactions
Max Size: 176.08/200 MB

Candidate Block

Mining Attempt 63cff20e8eee5ef2f1b7139c09a3a9fd5504715c3d1ee7a490838c40db3001e3
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a6c104c10259481994c9c48dec1a2b1a813fe273691f5c64a8602cdde36e5d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,018
Size: 1.00 vMB
Total Fees: 0.00453476 BTC
Feerates: 12.16 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (242,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,586 672,586 0000000000000000000b7c3a9361908cf92159187b041fa2975aa7e515909ba8 2,016 1.00/1.00 vMB 46
672,585 672,585 0000000000000000000930c5d310afe166ea0a5d55b29bcd2d0eff3bb4204f31 722 1.00/1.00 vMB 25
672,584 672,584 00000000000000000008d110b174c098dc17af36e2d9fa7be2ae9373c3c67ed9 2,300 1.00/1.00 vMB 51
672,583 672,583 0000000000000000000c3c7b030e416d8c383f46df0aa5d6705c2a65d7edf724 941 1.00/1.00 vMB 109
672,582 672,582 0000000000000000000677a7918e77c3c93820760b10928d348d968f2b5d0cd0 1,406 1.00/1.00 vMB 44
672,581 672,581 00000000000000000005d2fe1a41ba11eb769e28537799b5668a6e1418a8507a 934 1.00/1.00 vMB 18
672,580 672,580 0000000000000000000227e1570d24bc36a7481b52ee1fd024db90fc48e58bd0 2,465 1.00/1.00 vMB 44
672,579 672,579 00000000000000000006889b7e694c4df127c1e18e26813fd5234e0924ef7c02 2,374 1.00/1.00 vMB 97
672,578 672,578 0000000000000000000727c4411a2538c7846ee4c85748324f3e70f2ab1c704a 1,696 1.00/1.00 vMB 18
672,577 672,577 0000000000000000000537948f6c69bb7f0868df15ff34ecda71320f341adaa0 2,233 1.00/1.00 vMB 42
672,576 672,576 00000000000000000008dc289688d75e3c9d804fc2b836743f808bd02794cccd 2,800 1.00/1.00 vMB 99
672,575 672,575 00000000000000000008290c6e2e7ad36117625186cc150a95389261b2a8b54d 2,777 1.00/1.00 vMB 128
672,574 672,574 000000000000000000072a8c7302381eca9c08fb075f4f34b6ae5f3f292b1f65 2,147 1.00/1.00 vMB 27
672,573 672,573 000000000000000000005501237ea661f94cedc85839fd6da3e71698418198b0 2,293 1.00/1.00 vMB 36
672,572 672,572 0000000000000000000053798b977c8c9aed5c900442aa7c1ced8e5b0819eb30 1,864 1.00/1.00 vMB 102
672,571 672,571 00000000000000000009b8edf9c6479f4dbe8d14ce69a471ca1cdf1a453cf4d0 2,019 1.00/1.00 vMB 35
672,570 672,570 00000000000000000001dfab2e17fb4d48788b41dff4a90fc99e3b521f27af82 1,115 1.00/1.00 vMB 97
672,569 672,569 00000000000000000006bf0b293e4418258445abe22ffb3f7cda1236d965e625 1,820 1.00/1.00 vMB 125
672,568 672,568 00000000000000000009e0621c883cd36a50bd5ad69761b0fc2b8703dfcadb62 1,611 1.00/1.00 vMB 50
672,567 672,567 0000000000000000000bc43eb7366cf503f07d35f2b541be3fa64c8030f8fd21 2,718 1.00/1.00 vMB 97
672,566 672,566 000000000000000000021e33443092ce0fae8996ec1d5c3bc2b8f45f68f19ae3 2,086 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.