Loading Tool

Explorer IconExplorer

Memory Pool

41,920 transactions
26.76 vMB
0.05664375 BTC
Random Selection Loading Transactions
Max Size: 140.44/200 MB

Candidate Block

Mining Attempt f97decfb6b4a074e926c58bca51b4a6256e2d9e806ea3d5dcd8bfe17f462c09f
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (86,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,858 828,858 00000000000000000000fcb3397d1603edf8b911300968ffb4d886dc0f5ca702 3,218 1.00/1.00 vMB 68
828,857 828,857 00000000000000000002d1badec009d0bfd4a1d9cba219365d7b86ea68c88039 1,180 1.00/1.00 vMB 33
828,856 828,856 00000000000000000002445f672cfadca81c0b3460f14e1bc67c21395b068a1b 312 1.00/1.00 vMB 25
828,855 828,855 0000000000000000000225aa94d439ae7cac7091dd1dca8e0fcd9bc3a9204f39 1,202 1.00/1.00 vMB 40
828,854 828,854 000000000000000000027c38d1c00a371c698292f7ce15b3d81386e8a3940c81 2,944 1.00/1.00 vMB 55
828,853 828,853 000000000000000000020ec9615f2973a096f2986516c808b38c5295e8f16256 2,665 1.00/1.00 vMB 53
828,852 828,852 0000000000000000000352707c286db99a9e41fd538050a6e66dfe67ffc84e38 2,944 1.00/1.00 vMB 64
828,851 828,851 00000000000000000000581a5e2b7276754118b461432af6d804f38ee206744c 2,925 1.00/1.00 vMB 59
828,850 828,850 00000000000000000001095c085901d7cf094452dd8df86748138e690bffc033 3,549 1.00/1.00 vMB 51
828,849 828,849 00000000000000000003a9b425bc4220b517bf0047c62cff0ec48f108bf0a03b 3,124 1.00/1.00 vMB 92
828,848 828,848 00000000000000000002c3c0f57d4605e9ef47a88b51e66dabc3df18a5bffff4 2,674 1.00/1.00 vMB 32
828,847 828,847 0000000000000000000110b160d1f768064cbb9bd37c83b97187faf5db5690a4 3,071 1.00/1.00 vMB 48
828,846 828,846 000000000000000000008cf57a5d04b45e6ba0675ab3e4a897e372443a1ad380 2,627 1.00/1.00 vMB 86
828,845 828,845 0000000000000000000230d199033922781cca6c3982c243a172012bcc0d12a3 2,475 1.00/1.00 vMB 34
828,844 828,844 000000000000000000031f590180483ca11a18a9cee61cce5e5061335a79dd53 3,937 1.00/1.00 vMB 67
828,843 828,843 000000000000000000032f03ae1f8433b5b93df5d86413ff89a3a6ba314b9b7f 2,478 1.00/1.00 vMB 78
828,842 828,842 000000000000000000011c3e69e5971cb9ed5ed5bf9615e27ebd8c844ab45a10 1,125 1.00/1.00 vMB 46
828,841 828,841 000000000000000000030aa3b431c57f18ce3036757546871c4dba2e99244718 5,436 1.00/1.00 vMB 54
828,840 828,840 000000000000000000015b86d60037b7566c87c4a26db5ab02c66bac81703716 1,540 1.00/1.00 vMB 40
828,839 828,839 000000000000000000018df8f98dd28156707936b618c95b364fe0cb371a7acb 927 1.00/1.00 vMB 25
828,838 828,838 000000000000000000014586d1cd1f30d40c324382fc6e4f99648ab50e127ba2 2,034 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.