Loading Tool

Explorer IconExplorer

Memory Pool

77,388 transactions
29.08 vMB
0.10064114 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 1ec327392b2f2e285f8df86bdb3d63e4f624372f288f67a309c4b37b1f1a71e4
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (300,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
614,339 614,339 000000000000000000044cade56d9beb3f877d7c932532dc02572891c77bb91f 818 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.