Loading Tool

Explorer IconExplorer

Memory Pool

76,580 transactions
29.45 vMB
0.09508162 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 27ef8a9e6616ecb157b7ae8ee9b5fe1c6dca644f51f3920836612b1b4e455278
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root e095214a7ff6ec5749b5c29fde6c3be7eba7c6a792281b45a8a83d5c9d6fc10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,490
Size: 1.00 vMB
Total Fees: 0.02933120 BTC
Feerates: 150.77 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (267,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,329 647,329 0000000000000000000dbf5583b2f5977f8ac1050cee1271299fd428f09895bd 2,196 1.00/1.00 vMB 39
647,328 647,328 0000000000000000000deae2f3e378bbb10de5bc2eb39b0c01a1d0524b8851fa 2,236 1.00/1.00 vMB 85
647,327 647,327 0000000000000000000d30d2a096ee02aa46dbe9e59d6fcac13217ca916bf0c9 2,303 1.00/1.00 vMB 44
647,326 647,326 0000000000000000000c56f6ae256625c7786ebecbee728d036633d9919c5061 2,240 1.00/1.00 vMB 15
647,325 647,325 000000000000000000051148523db6f23bda431c40d141971b3ed5e03c689648 2,359 1.00/1.00 vMB 64
647,324 647,324 0000000000000000000f0b71980074c6ef7713252586f6145fdceb77b2888653 2,372 1.00/1.00 vMB 94
647,323 647,323 00000000000000000005efc17b6b3fbbdd17c647d3d5615737ad4e04e19f453d 2,583 1.00/1.00 vMB 104
647,322 647,322 000000000000000000057659888673716c73dc422f5b4da139155b01978f2390 2,817 1.00/1.00 vMB 30
647,321 647,321 0000000000000000000c9e91bc2f06229e55c8b7765cc898ee384f407231b9ac 2,645 1.00/1.00 vMB 49
647,320 647,320 00000000000000000005c92100b60d05cb632c036b22dc9bcd850e0ef8fe4d93 3,261 1.00/1.00 vMB 103
647,319 647,319 0000000000000000000bd2bbc8bd644600e00690a52bf5646f49344676a83a5a 2,742 1.00/1.00 vMB 99
647,318 647,318 00000000000000000004974d40abb9b6fcf042cf1c3d5fcd9095a1278acd3aea 2,894 1.00/1.00 vMB 52
647,317 647,317 000000000000000000089ea77077f75d5f41825ab569df1c841334be3ad46fa8 2,767 1.00/1.00 vMB 116
647,316 647,316 0000000000000000000fe3aafdf66a4f8c172fbb8b5b58d081a3231eaefd9cb4 1,123 1.00/1.00 vMB 69
647,315 647,315 0000000000000000000833d7b3a36e4ddb15d9b0e209a968825c528840213134 2,269 1.00/1.00 vMB 8
647,314 647,314 00000000000000000006533e70e105efacfb9d4afc1029ebe0abe8153599f7ca 1,915 1.00/1.00 vMB 17
647,313 647,313 0000000000000000000d9078c259b6d0529ccf736007508f7acfc3f1a8fb4fb3 2,602 1.00/1.00 vMB 34
647,312 647,312 00000000000000000003545d0912bec3a94b10a0d376de744988fc9c5e9dac6e 2,847 1.00/1.00 vMB 50
647,311 647,311 0000000000000000000b6358a6237e457f9e437d4bd477cbf9c8fab779b39a5e 2,565 1.00/1.00 vMB 41
647,310 647,310 000000000000000000054cbe864620d6fa83386d0cda92b6bc10bebd7fcae1da 2,662 1.00/1.00 vMB 96
647,309 647,309 0000000000000000000feb51e36ab58d940df21cd3ed8287e6eebbcd770de6ee 1,662 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.46 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: 667.94 GB
    • Received: 15.32 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.