Loading Tool

Explorer IconExplorer

Memory Pool

50,956 transactions
30.44 vMB
0.09595184 BTC
Random Selection Loading Transactions
Max Size: 163.32/200 MB

Candidate Block

Mining Attempt f93b8ce657b7e1660bd556160c3afd0da355e426ee67d969b383e19bf298d592
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root b29d9f751b591c92bc5e57a33c29e9ea6403e9aed817d431d2f4cd9709f3e244
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,614
Size: 1.00 vMB
Total Fees: 0.02420383 BTC
Feerates: 202.16 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (388,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,923 525,923 0000000000000000000219d0d908089a7f1059779f7fba6c8a009ca175bae0d4 1,277 1.00/1.00 vMB 15
525,922 525,922 0000000000000000003c2526633954ca61ec8cbad347bcf897961389c9c47a4a 1,407 1.00/1.00 vMB 14
525,921 525,921 0000000000000000002e3172b7d82b0bbc3d75fe50f45042ac35a1d6998ecd90 498 1.00/1.00 vMB 7
525,920 525,920 000000000000000000239a00479e4707f9f8965767e850ba414c672e69f79055 1,087 1.00/1.00 vMB 15
525,919 525,919 00000000000000000028fb1ab55e217e96347b65347d140b7deaefab594aec9f 2,027 1.00/1.00 vMB 28
525,918 525,918 0000000000000000002df5602249d89b34d83edc692a83ef24d5113af93c9706 1,457 1.00/1.00 vMB 13
525,917 525,917 0000000000000000002d561afdbe5c29502728c34310de25f256004571f6b7d9 1,877 1.00/1.00 vMB 24
525,916 525,916 000000000000000000112325a8f6a6816ada8ccd5552f634e48b7f077ce05bec 1,371 1.00/1.00 vMB 18
525,915 525,915 0000000000000000003db2650c8e3d95a3a2cea7542b83932688650c48c59fb0 1,829 1.00/1.00 vMB 8
525,914 525,914 0000000000000000000f0b6b343e1e9fdea342b8f19338c7b238f2a0fca6f8fd 2,077 1.00/1.00 vMB 24
525,913 525,913 00000000000000000015a6d355d130a4326f107169df77986d28e1851fe8796d 70 0.99/1.00 vMB 1
525,912 525,912 0000000000000000000e739750d3f5250bfb37179bb0a9733a05b783be7195be 603 1.00/1.00 vMB 3
525,911 525,911 00000000000000000034405f62345241b888d1d572ccdb73271652239b14f15a 2,119 1.00/1.00 vMB 25
525,910 525,910 0000000000000000001d47628c155920dab0f7b80dea7ad1d60dee0e5dffa162 937 1.00/1.00 vMB 9
525,909 525,909 0000000000000000002a6bc5bd6f2fa9600aa5da724bd5a4b9a5329d2d3b69e5 820 1.00/1.00 vMB 10
525,908 525,908 0000000000000000002a16be9cae0b42ffb1464f862224bd18df0c56e7113f70 1,189 1.00/1.00 vMB 2
525,907 525,907 0000000000000000003d32a76f3b90ee62a44e20e154d060d9482f3f3e88f1af 2,278 1.00/1.00 vMB 46
525,906 525,906 0000000000000000003c70b3303c8488343851564980e92b91e2241ba837fee7 158 0.06/1.00 vMB 33
525,905 525,905 0000000000000000002d78bf9b1dc45c954ecb1755997cc0f370638be3c55c90 620 1.00/1.00 vMB 8
525,904 525,904 0000000000000000002b56c71abcc10f14f57fedca48edfb5205329ee63d58d4 1,377 1.00/1.00 vMB 18
525,903 525,903 00000000000000000035a84993415a1344b0abae94d9d32b106044fc57c15cfa 675 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.