Loading Tool

Explorer IconExplorer

Memory Pool

38,960 transactions
26.20 vMB
0.05231562 BTC
Random Selection Loading Transactions
Max Size: 136.29/200 MB

Candidate Block

Mining Attempt 0e8bfc4733a64feb740cdbc3dc559172affe13dedd8f7387432aba57a6a8c036
Version 20000000
Previous Block 00000000000000000000198ff07127e464778e789eabf8b957b3c7d807826501
Merkle Root b1dd86a01a76ea681339d3a9512388bf59b0e7880d1e0d7d4b1ef4766f978a42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,965
Size: 1.00 vMB
Total Fees: 0.00454389 BTC
Feerates: 100.29 > 0.46 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,868 (449,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,594 465,594 0000000000000000009810e136d65b503cc6210a67fe3b5036ed394f30aec63e 2,218 1.00/1.00 vMB 156
465,593 465,593 0000000000000000001185823774af12ca58ef20e9e254523f5a03b2d59eb51b 2,578 1.00/1.00 vMB 250
465,592 465,592 000000000000000000f349bd5983088b90bb6ae720e84f4d1b8310fe140ef93e 1,957 1.00/1.00 vMB 136
465,591 465,591 000000000000000000d678c347114e43672ac6d9265b172039a8ecbaf0938658 1,482 1.00/1.00 vMB 147
465,590 465,590 0000000000000000006a844e2230a6fc9448c6a710dae72267f06c5866136f8f 1,903 1.00/1.00 vMB 158
465,589 465,589 0000000000000000006cfa35467f4d7c9ae7e56aa5c7511e907d52fa600fdec6 2,499 1.00/1.00 vMB 212
465,588 465,588 000000000000000000d2fcb948ebad55328b893302fe496f6e6da1fe46013a84 1,172 1.00/1.00 vMB 171
465,587 465,587 0000000000000000009e9f3690bbfc14124403151cace54e17698b996f0884f6 1,926 1.00/1.00 vMB 227
465,586 465,586 00000000000000000132d72b13cdcae500c90229636f39c045a66de3362a863a 1,982 1.00/1.00 vMB 188
465,585 465,585 0000000000000000020709fad9d724a03508e2088093f5acae377555663fee86 1,258 1.00/1.00 vMB 375
465,584 465,584 0000000000000000018f480b6de8065677e6f4da0c76db1f1cb70afca0d4a421 1,983 1.00/1.00 vMB 201
465,583 465,583 0000000000000000000957b7c8c0a13f4b689e54c580104cebba147c760289ff 3,321 1.00/1.00 vMB 128
465,582 465,582 00000000000000000180d99e5b9f4ccccdb133e51eb391f062fecad47fc81a4d 2,372 1.00/1.00 vMB 192
465,581 465,581 00000000000000000068b9a2dea321de47729ec2f6a5185fd5885977af62a6ce 1,840 1.00/1.00 vMB 132
465,580 465,580 0000000000000000004d31e44584baa1dd3f189fc6fde5e4adbbd3a92fca6818 2,061 0.93/1.00 vMB 226
465,579 465,579 0000000000000000010d8859cddbe28150ab3ffac3c702dffd1b7f32c5018e55 2,086 1.00/1.00 vMB 175
465,578 465,578 000000000000000000fdf307e9356b91ef3549de7387e89f71cff130cb4940e1 2,036 1.00/1.00 vMB 205
465,577 465,577 000000000000000000c41d87fa68aacbc6277c8a5776ff85c58e69d05c206ac7 2,367 1.00/1.00 vMB 133
465,576 465,576 00000000000000000190063d7e0bf4d819ecca3538b7886c115882a51e2cffd5 1,773 1.00/1.00 vMB 179
465,575 465,575 00000000000000000184c47c408810072193d6b0afb933b777f8cd54a922d624 1,855 1.00/1.00 vMB 171
465,574 465,574 0000000000000000000bdb465be8ac2317414d7065de29a2e89d9325e9436696 1,518 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.15 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: 653.15 GB
    • Received: 13.83 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.