Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,467 transactions (0.82 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,900 000000000000000000022b910000000000000000000000000000000000000000 0.81 vMB 2,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,899 (127,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
784,039 784,039 00000000000000000005b7122838d3bee4f3c77b80af7704c5c2ab83b39486ba 1.38 MB 2,274 22
784,038 784,038 0000000000000000000270fa3b7093e5cb4210836ea04aaf63deab058589074f 1.43 MB 2,972 28
784,037 784,037 00000000000000000000f875d363500541eabae70a1c012f6cb1c748f654b87d 1.46 MB 3,124 36
784,036 784,036 000000000000000000052975301e175d7740e9d1883520762613b6b01fc6e840 1.54 MB 3,359 29
784,035 784,035 0000000000000000000258dc13ba0a816ae26c3a2bb8625959755fa4baa20d8b 1.54 MB 3,912 36
784,034 784,034 000000000000000000004cc0a8bb28e5ae6b6e85de8a5392331c0240130563e4 1.59 MB 3,554 31
784,033 784,033 000000000000000000057a45f9e4987dcb4d8de0104b985154a3d98a46423552 1.36 MB 2,595 39
784,032 784,032 00000000000000000005cc47ab062bf16ba7fe596c32e211aee6f14796a9e809 1.23 MB 611 14
784,031 784,031 00000000000000000005363c76586972a343c66cc7501c1d598bd9a1addbda1f 1.31 MB 2,391 33
784,030 784,030 00000000000000000001bf8f7b129d2f08855f3153eb6cc7f5881119df5ce75e 2.40 MB 2,031 17
784,029 784,029 00000000000000000003b560619824dff9989cca2d4e3094c5d0531d9f9c645d 3.19 MB 810 7
784,028 784,028 00000000000000000001097ec8b96acac4fc364842d308eb91dc8b1ad8fa3749 2.20 MB 1,571 9
784,027 784,027 0000000000000000000036fe411dd9dd3ef7ce4531d65314e9ab73637dab3f68 2.38 MB 2,355 10
784,026 784,026 00000000000000000005ff9cca7d9c97200a1f196aa27016e528b9f54aad4552 3.73 MB 453 7
784,025 784,025 0000000000000000000359e6460700032a002a348ca19760443ea49245818934 3.37 MB 805 11
784,024 784,024 00000000000000000002b0506de87a6b26de3795adc4a9f205bd66b3b5700dbb 3.03 MB 1,416 13
784,023 784,023 00000000000000000004c8391e91b1f053e2fcf8fc1239606e7499675bd7ad79 3.60 MB 821 8
784,022 784,022 000000000000000000037dc5f465105c4fcd6376a689fdf5024c7ab38fe229ee 3.34 MB 1,548 8
784,021 784,021 00000000000000000002060aa2f0cc197ba3d5b6148835cc04672b5f193ad144 3.35 MB 695 7
784,020 784,020 00000000000000000004f32a3108dcf4f219a525228dcfb130fc0ff9a0664880 1.76 MB 2,063 31
784,019 784,019 0000000000000000000389310020f2fd342d8ca94aee4344e1b0c6690a0891d8 3.19 MB 1,047 7
Previous 10 blocks ↓
Total Size: 776.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,479.28 GB sent, 132.98 GB received

Notes

  • This page updates every 5 seconds.
  • 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.