Loading Tool

Explorer IconExplorer

Memory Pool

81,574 transactions
30.31 vMB
0.07603084 BTC
Random Selection Loading Transactions
Max Size: 186.14/200 MB

Candidate Block

Mining Attempt deb2c476692a966c06a6f503687a4147b5ed7dc37987ec61e17d2d429353438e
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root fae4ae606eff7aadf47144eee4601333d45822f8ccf2c7c0e9b9d2ad949374fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,844
Size: 1.00 vMB
Total Fees: 0.00861203 BTC
Feerates: 150.77 > 0.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (300,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,360 614,360 00000000000000000006a65f70039caf55df2b5160ad22b527de9bbfa736004f 3,021 1.00/1.00 vMB 8
614,359 614,359 0000000000000000000895f61f933e71bb9a4cc508d2da23392cc29873818a1f 2,824 1.00/1.00 vMB 5
614,358 614,358 0000000000000000000aa2aaf0e4d2deff9cecbb84307057d89d0e768e2ba71b 3,210 1.00/1.00 vMB 19
614,357 614,357 0000000000000000000591fcc8554c7869efd7fb2f4f226e7e133feadcb58718 3,066 1.00/1.00 vMB 11
614,356 614,356 00000000000000000009433fa69104e755750d59ace6ffdea3004c8aba5ba2a5 2,446 1.00/1.00 vMB 26
614,355 614,355 00000000000000000009e688d1b3cbdff4e497cdfc1b2792cdd9515fa1f76de9 3,225 1.00/1.00 vMB 12
614,354 614,354 00000000000000000005062c32fd611b2b095750685155d9279718fb8b957823 3,227 1.00/1.00 vMB 12
614,353 614,353 0000000000000000000f202bc63826cdbd93a76f6300bb6679a2ccc8ffa15db3 2,484 1.00/1.00 vMB 16
614,352 614,352 00000000000000000012c01d90ba4fce12165ba3d437f12a276b8e2eb39876aa 2,883 1.00/1.00 vMB 28
614,351 614,351 00000000000000000007f5d92d78ddd002513c95d09d20a36e4b03c65a50945f 1,967 1.00/1.00 vMB 7
614,350 614,350 0000000000000000000333d26862627c9254775db93bbec363f62d47f8de4ff2 1,923 1.00/1.00 vMB 7
614,349 614,349 0000000000000000000cc5a4858adb1148b1cff51148fd46ef4d8c25b3277bb1 2,836 1.00/1.00 vMB 9
614,348 614,348 0000000000000000000cafdb955d1d649fe8dad910cc7f0f78f21058280b35af 1,065 1.00/1.00 vMB 3
614,347 614,347 000000000000000000094e087aa81afbd7f1797fa608c111576dacde77117b11 2,123 1.00/1.00 vMB 9
614,346 614,346 0000000000000000000d2073ad081c4ed0fd6fd4c8f2a09cf27be6eceb4e4243 1 0.00/1.00 vMB 0
614,345 614,345 000000000000000000110e48f81b09846ed82475a0c53408474d1ba51e0a4d9b 2,055 1.00/1.00 vMB 4
614,344 614,344 0000000000000000000640f9244774f636ef8d0165c1f88d564e40e7e6bd8622 2,882 1.00/1.00 vMB 6
614,343 614,343 0000000000000000000298b74adb5cda1ff45e0c8b36e6c51e8fb015dfafbe27 2,219 1.00/1.00 vMB 10
614,342 614,342 0000000000000000000205775f446e767c793c4ca8268e3446eaa43575ab6d68 2,627 1.00/1.00 vMB 15
614,341 614,341 0000000000000000000e873cfc6b711ee1604cc769ddbab1a1d04c1a3528bf60 2,577 1.00/1.00 vMB 8
614,340 614,340 0000000000000000000f50e95b0f37127dd515a226b6b642dc49191434a3313a 2,770 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.