Loading Tool

Explorer IconExplorer

Memory Pool

84,252 transactions
32.00 vMB
0.09614879 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt f03a34ad1ec474d9bf70afe4028c6c966debc05ee43c6df373f50e42666ece69
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 3698811c28ad99b2bd95ede1b750b80e7bef6b22aff6139019194b1f35fd7c4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02616310 BTC
Feerates: 179.53 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (127,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,390 787,390 000000000000000000002b014dedaa9104e5abf28b433b8bb438142af0b5a216 3,072 1.00/1.00 vMB 54
787,389 787,389 0000000000000000000142fa339d9e75ea10fed240bc29a771c208e05f737f09 3,414 1.00/1.00 vMB 41
787,388 787,388 000000000000000000052c5d6d7ac9b48eb4d3767defbe9ab2c309304cefde54 2,989 1.00/1.00 vMB 21
787,387 787,387 00000000000000000003bd40a937cb1301d58dde4bee431ebb541347d9081af9 3,576 1.00/1.00 vMB 38
787,386 787,386 0000000000000000000559612323fa0aec22c72e9c55a2ff3c358132af266e42 3,236 1.00/1.00 vMB 44
787,385 787,385 00000000000000000001a7e9e31c4ee4ac8c1c251153637a37503a8e9204eae4 3,111 1.00/1.00 vMB 31
787,384 787,384 000000000000000000048557f51d7694c57434ec53af86a109825a204c00c2b0 2,758 1.00/1.00 vMB 44
787,383 787,383 000000000000000000057528054c7e1f70894d291314e508c02fea65e9f90967 2,690 1.00/1.00 vMB 23
787,382 787,382 00000000000000000004eba11fba4613213af2d5f16e2af122a2b1d7540ae3b2 2,952 1.00/1.00 vMB 30
787,381 787,381 0000000000000000000319ef84f76c9469590193642a3f564237e1083e674a53 3,273 1.00/1.00 vMB 40
787,380 787,380 00000000000000000004399c37e99b060f0e071fce9d0edf06be15b9b07a3160 2,903 1.00/1.00 vMB 42
787,379 787,379 00000000000000000000d06175d361e56a8e434547a5a06f4255edf7e4e8a61f 3,294 1.00/1.00 vMB 34
787,378 787,378 000000000000000000045069ef357e7ed233074d0ff3b0d273c86f177e2c2829 2,904 1.00/1.00 vMB 31
787,377 787,377 00000000000000000004c13ccc99ffb8daf0cf5c6f70d96d40564d0a56aea872 3,079 1.00/1.00 vMB 33
787,376 787,376 00000000000000000003fb0b5357d7f6383bee4a7a2ff5b50770df48379a289a 2,728 1.00/1.00 vMB 40
787,375 787,375 00000000000000000004c183d7eb6bdf04e526fa39a58c969a5559c258424da8 3,155 1.00/1.00 vMB 41
787,374 787,374 00000000000000000000893af634679b28433054bd8c3030f6a86a9067f2978c 4,200 1.00/1.00 vMB 42
787,373 787,373 00000000000000000005a22b3722fee5d287bbfbea38e2be25d81f8ca431b84e 3,951 1.00/1.00 vMB 44
787,372 787,372 000000000000000000034ddce9d5d446e0acbd069a2a0dddc3b30fbb217bc44b 4,127 1.00/1.00 vMB 38
787,371 787,371 00000000000000000002d0c4175db84cb4e104740c84d5b5a289deb61b9b04a2 3,786 1.00/1.00 vMB 42
787,370 787,370 00000000000000000000dc691a7389d177398e1e2c4198883622842f02fc44ad 3,811 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.