Loading Tool

Explorer IconExplorer

Memory Pool

82,332 transactions
30.97 vMB
0.08137979 BTC
Random Selection Loading Transactions
Max Size: 190.08/200 MB

Candidate Block

Mining Attempt bf5123809b82b3853f50b258e91c6c9d97481539ae050ab9c8352dfab447034c
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root aecc644be58d35795f91c6f2c91468627e78340e738ac3435653c42143ae9809
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01177148 BTC
Feerates: 301.05 > 1.18 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (127,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
787,369 787,369 0000000000000000000455f161da4a12442651246fb0602a49c8ad0b00dc2c38 3,093 1.00/1.00 vMB 32
787,368 787,368 00000000000000000003a5867bf66f7319c8817d7724ba49b026dc95b86cbc68 3,769 1.00/1.00 vMB 43
787,367 787,367 00000000000000000005286d469a9a0e2d18e2b70d1a19ef445f65a7e4aa1f5b 3,718 1.00/1.00 vMB 41
787,366 787,366 0000000000000000000378b4857312e8a4ea1735099f6d799b50be5fc188ba41 3,538 1.00/1.00 vMB 36
787,365 787,365 000000000000000000053c26f9bf3991e56c8a9d6d84ad057bbca0e2492bc1b3 3,614 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.