Loading Tool

Explorer IconExplorer

Memory Pool

89,278 transactions
17.15 vMB
0.05001256 BTC
Random Selection Loading Transactions
Max Size: 134.45/200 MB

Candidate Block

Mining Attempt c13962b522f05fbd3b3f2f6f75206b898846c2872753a6b33c2e2ae3b7a6f9a0
Version 20000000
Previous Block 000000000000000000001803ee0eace87f8f02c6c50aca832cd03ab38d742475
Merkle Root 635f909d41d6b8a35d8fc149317ef94b287591185c64b110fb85d56bf8af6c59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.00940462 BTC
Feerates: 100.35 > 0.94 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,027 (1,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,926 915,926 00000000000000000001da35436587095a9de9f8f82172f1f122159403b0b6c3 3,084 1.00/1.00 vMB 2
915,925 915,925 00000000000000000000a46b2499fadd0b7457a73292bd20d07af3707f1608ae 3,803 1.00/1.00 vMB 5
915,924 915,924 000000000000000000012004daca2f84eb607a4544a799d064611f1369c7648d 3,078 1.00/1.00 vMB 2
915,923 915,923 0000000000000000000197dfeeb4dee6b56d0c23e775b6501031f614440bde66 3,704 1.00/1.00 vMB 1
915,922 915,922 000000000000000000016d00d56666aae3e45acce05f4609e36cc274cbeff3fe 4,014 1.00/1.00 vMB 3
915,921 915,921 000000000000000000018d13605ee1d6be4bcd3eb55a27fea096865e7123cb9d 3,412 0.98/1.00 vMB 2
915,920 915,920 000000000000000000017a035b5be9a6c339c0d4f5584f5eedb4d2581f14fdf0 1,546 0.54/1.00 vMB 2
915,919 915,919 00000000000000000000f068ba0d1df1cef5d985c9099bd9625efdbfbe8cfcb2 4,264 1.00/1.00 vMB 1
915,918 915,918 0000000000000000000099f186486537297374fe79d16c3e906c54cdd40a864d 6,723 1.00/1.00 vMB 0
915,917 915,917 000000000000000000017badd08f621d708df5ad61ce47afca46b9e113f10249 3,715 1.00/1.00 vMB 2
915,916 915,916 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f 2,736 0.87/1.00 vMB 2
915,915 915,915 0000000000000000000046d08c70d9a34126b183c4bf2f4c57fb62d58fd22043 3,212 1.00/1.00 vMB 3
915,914 915,914 00000000000000000000ff06d5502934bab8398c2316c277fe84bf6db3108e87 5,691 1.00/1.00 vMB 0
915,913 915,913 000000000000000000008b0ed86718175c02d93c04a00775793a9b75252f9660 4,762 1.00/1.00 vMB 1
915,912 915,912 00000000000000000001491f3f29ed4145df77bd82a6c0b0f243c5da57f7235c 2,994 1.00/1.00 vMB 2
915,911 915,911 00000000000000000000f0dd146afc358fec39fa8b45e16fd82f0071ad1b04c0 3,236 1.00/1.00 vMB 2
915,910 915,910 000000000000000000004be3d581e37a6e15e594fc1a268d055b44fba7c2f7b5 2,681 1.00/1.00 vMB 2
915,909 915,909 0000000000000000000076d35f952241c11ba2805c28dac1a07b5b7211aa78f1 3,737 1.00/1.00 vMB 3
915,908 915,908 00000000000000000001798865c53778890823d77e218f4d5fc4b5d746c082ef 2,552 1.00/1.00 vMB 2
915,907 915,907 0000000000000000000159dfed814ed33739b56cb25b371a7f25d1389b861fa3 2,678 1.00/1.00 vMB 2
915,906 915,906 000000000000000000009dab9d2e29a3fa6224be0612bf6b11a2af4f805a5b36 3,762 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 785.85 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: 979.43 GB
    • Received: 30.71 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.