Loading Tool

Explorer IconExplorer

Memory Pool

83,143 transactions
32.02 vMB
0.11787973 BTC
Random Selection Loading Transactions
Max Size: 192.05/200 MB

Candidate Block

Mining Attempt 1b0b8e99baef02c58f66daa9f22d76a9fccfdb40b77c0beec157d7a4da8c73be
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 05fe8bb135204cd433dd03947f411909847474d08007a989bfc414472d1510f7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.02940385 BTC
Feerates: 100.36 > 2.95 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (451,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,605 463,605 0000000000000000006f59b2862a96114dcc928a3c1ef1a29546d1100bf40732 2,162 1.00/1.00 vMB 133
463,604 463,604 000000000000000001c1d3ae05fd577b88570e75ac15cdcf855797cb69629352 2,583 1.00/1.00 vMB 229
463,603 463,603 000000000000000000980d3d24e8fc6fdbdecb0eb01724485e60f89ca8fd5336 2,498 1.00/1.00 vMB 161
463,602 463,602 0000000000000000001f7454b5e7ca5cad96b4650d400c2256b621370c5c712a 2,376 1.00/1.00 vMB 136
463,601 463,601 00000000000000000039359bc2fbbc8823562c00e1817d746d3df63e61a72298 2,599 1.00/1.00 vMB 200
463,600 463,600 000000000000000001f81635dde1c063a23ef7bedea54abae2bfb03769e8b274 2,260 1.00/1.00 vMB 164
463,599 463,599 0000000000000000015726928a29b30bc615bfbad37a314ee95d7e45d5b8c1e0 2,466 1.00/1.00 vMB 193
463,598 463,598 000000000000000000750313d837449b3a105c49523ad872809a8fd09f15edb8 2,576 1.00/1.00 vMB 159
463,597 463,597 000000000000000001a515c5eba2523002a040cfd0a5616e208bc308c1f7e985 2,297 1.00/1.00 vMB 187
463,596 463,596 000000000000000001c6c6cfa834f0a12a5eaf8e91479b5e91593f3990bafbe4 1,231 1.00/1.00 vMB 131
463,595 463,595 000000000000000000e9f42fe3e240b806f834d583a3085757fc3e21f93aeb57 1,890 1.00/1.00 vMB 139
463,594 463,594 000000000000000000d013780531f3aa339b2984028b361083a6f4742a266802 2,071 1.00/1.00 vMB 196
463,593 463,593 00000000000000000114035311537e9b5a9cb98079a7b9939849efb447443256 1 0.00/1.00 vMB 0
463,592 463,592 0000000000000000015a80e01a80152d1c5def4e5fe7513172b72c68b88c72e3 1,771 1.00/1.00 vMB 110
463,591 463,591 0000000000000000021ba3683e81971fef6bc4557ef9696f493339260d51fa5c 2,297 1.00/1.00 vMB 135
463,590 463,590 000000000000000000e818ede4d65833e90fcdf26aee619d8e76458d540c1dbb 2,324 1.00/1.00 vMB 133
463,589 463,589 000000000000000000f47e0c94d86a70705b22a4465994fcd907ffc980b29202 2,641 1.00/1.00 vMB 165
463,588 463,588 000000000000000001f89aac8744526b3171cf7ef4d2637c9ba11bfae118eb61 1,081 1.00/1.00 vMB 127
463,587 463,587 0000000000000000001b7871e12fd8e62d08f9331b0be3f876f1496eb3c289c0 1,782 1.00/1.00 vMB 177
463,586 463,586 00000000000000000077fddf7790ab85f95fa984760b6cc9ac57207ffff3b41a 1,829 1.00/1.00 vMB 138
463,585 463,585 000000000000000001b6533a02387428d10385432f432d99fafe6b7a52a93d01 1,827 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 783.04 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: 720.44 GB
    • Received: 18.16 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.