Loading Tool

Explorer IconExplorer

Memory Pool

82,510 transactions
31.04 vMB
0.10680623 BTC
Random Selection Loading Transactions
Max Size: 188.78/200 MB

Candidate Block

Mining Attempt fa22549fb31c78d61d4249dbae18d5c420c95ed75872952da9db0c8e6407a75c
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root b23d947653d818ee999437777106182c9fe4b446830b451d2f20c31fa8f4b52b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,174
Size: 1.00 vMB
Total Fees: 0.03298771 BTC
Feerates: 200.89 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (425,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,280 490,280 000000000000000000c5bc18bca81329a345ae525b8840d193a50f83a0dbb63a 2,133 1.00/1.00 vMB 65
490,279 490,279 000000000000000000e8fb0dbf5d56b2588dfd22f1e1e0407142fd706bb9b61c 2,240 1.00/1.00 vMB 145
490,278 490,278 0000000000000000001be9be8e0a2f55379fc8355fa1b4e4929edbd1af07a6ca 2,203 1.00/1.00 vMB 158
490,277 490,277 0000000000000000004f524a7c5c876c553e4a464d791b8ce0ceaa3cb48becb0 2,026 0.86/1.00 vMB 122
490,276 490,276 000000000000000000336efe3a3a81272f0e874dc86702a4cc979b061d376db2 1,655 0.90/1.00 vMB 157
490,275 490,275 0000000000000000000ae65cc214e3393234c4d8324624199b30ad5ecd3e7732 2,307 0.93/1.00 vMB 179
490,274 490,274 00000000000000000067538a0e111d92533c0542c60ee41e30ed7bb97d16a88f 32 0.01/1.00 vMB 540
490,273 490,273 0000000000000000003026bcbbe0a2475218e35c98cddf53d45afacf530cdb8d 2,265 1.00/1.00 vMB 197
490,272 490,272 000000000000000000bb3c8f2c08dc20a4e26b1378e2d339e560f7d5c8248641 2,202 0.88/1.00 vMB 183
490,271 490,271 00000000000000000061ac95a8da3c707e23d6267b02ce3dcbf92520e555968c 1,858 1.00/1.00 vMB 193
490,270 490,270 00000000000000000015bfba6ed3376aee8f9980d4ac3a0592773b68217d904b 35 0.01/1.00 vMB 806
490,269 490,269 000000000000000000bc5ce5ce7c8791220726d1497b6e37a096295611135fc1 2,209 1.00/1.00 vMB 119
490,268 490,268 0000000000000000003d6850f9c8cf8cbd2dbb4535287907dd2c61fa6249c66b 2,416 1.00/1.00 vMB 199
490,267 490,267 0000000000000000004d46940dc1b859e0667d4241f9aa95bd8888f75779a8b5 1,805 1.00/1.00 vMB 142
490,266 490,266 00000000000000000015f25c3a6390790dabc4f3fa1583d2f76b9e1a6e4a48e5 2,500 1.00/1.00 vMB 230
490,265 490,265 000000000000000000be8002daceb8123fe99738628a273577ea8f100ae0da34 194 0.09/1.00 vMB 197
490,264 490,264 000000000000000000b7f7a4a855b267b4644472572f653f6c1f80707d3a11df 2,039 1.00/1.00 vMB 105
490,263 490,263 000000000000000000b7e4411e9fbf19ac6c8428886efb0b29aab21b5620fedb 433 1.00/1.00 vMB 11
490,262 490,262 0000000000000000003da51075932ad56f1bba865d06adfe99de429b4d1089f6 1,987 0.90/1.00 vMB 107
490,261 490,261 0000000000000000000b790f6e3b682cdaf94f844f8159eb878c4e9f618c7c90 165 0.09/1.00 vMB 77
490,260 490,260 0000000000000000009f5def49725b163f08a9177cbc77a160f1e3f146c391ae 959 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 783.05 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.60 GB
    • Received: 18.21 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.