Loading Tool

Explorer IconExplorer

Memory Pool

78,726 transactions
29.17 vMB
0.09445838 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 03e8e4c334a3c0a24201ccbbabbf5f574df1737e07c0f01368e32936b83c129f
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root f9c56613a82651c53db43c345a337ea21ff3bd752774806f9d6f1d14d243073f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.03337879 BTC
Feerates: 477.45 > 3.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (158,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,055 757,055 000000000000000000025c2b3c27ce70f6a4cf71519a42c0539e4f68b42cac7f 2,432 1.00/1.00 vMB 7
757,054 757,054 00000000000000000004f9b8cebf05649b41dfd0b8ebe888ac0a3090e1871935 1,307 1.00/1.00 vMB 5
757,053 757,053 000000000000000000077c56adbfb42e5a8651a3fa4088f36d2b3a6bb938ddd8 2,198 1.00/1.00 vMB 8
757,052 757,052 000000000000000000056b232967efa29f431a2fd0a33b188068a18ad2e8cf1f 2,338 1.00/1.00 vMB 15
757,051 757,051 00000000000000000008b026896e5cef64a73b9a06bd32e910bb3c6b0ec61302 1,997 1.00/1.00 vMB 3
757,050 757,050 0000000000000000000048dcc32a3685e6416d2e4779703ee93dd7323687dd69 3,403 1.00/1.00 vMB 5
757,049 757,049 000000000000000000051cacfbed5ed9c19f671a8240553385b9ad425152e6d2 2,029 1.00/1.00 vMB 7
757,048 757,048 000000000000000000054989cf234c6fb2d2cfc7dab8d9bad9e3af4f36c1ff89 3,108 1.00/1.00 vMB 14
757,047 757,047 00000000000000000003f82a2e992eaac8f3d046654877a4630b1acaf94d6ede 2,792 1.00/1.00 vMB 5
757,046 757,046 00000000000000000005b76648709e61fb94244190d96b583b988196483fa4e5 3,069 1.00/1.00 vMB 19
757,045 757,045 00000000000000000006625712c245fa5bec1f0ec1ed6f81724b99f8db3a3ff2 3,213 1.00/1.00 vMB 12
757,044 757,044 0000000000000000000882a0599c5d4534c71acdd577fc877afd7cc50fcfeac5 776 0.28/1.00 vMB 9
757,043 757,043 000000000000000000056cd1f07078d8c05d7dc16f989b307107334544cbb16c 552 0.25/1.00 vMB 4
757,042 757,042 00000000000000000007a4424e72e7334283e9d5cb1d3697d53b19688d03faa3 3,257 1.00/1.00 vMB 11
757,041 757,041 00000000000000000001b4a426095453ba36b270e959e584a8f4a505d29d2813 2,125 0.82/1.00 vMB 8
757,040 757,040 00000000000000000004694402435cfaddeb2312a8f62a8283503e51fa0af472 201 0.09/1.00 vMB 8
757,039 757,039 000000000000000000029826f9c2b8057efe608b6af2bb077df3cda5c047ce0a 2,135 0.98/1.00 vMB 9
757,038 757,038 00000000000000000005b1000db0cee41a9287e716cbbee0c13a692c4036dc66 778 0.82/1.00 vMB 7
757,037 757,037 00000000000000000008b0e425636cfddb2fb7826fdcad3d7839df529b313fca 3,090 1.00/1.00 vMB 9
757,036 757,036 00000000000000000006b1f094742e9e34fe2a10d148693d1ddc2184adef0aad 576 0.35/1.00 vMB 3
757,035 757,035 000000000000000000051a23b047182d9258f490d96f34bb16a8d5cb8246a2fa 2,575 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.