Memory Pool Memory Pool Refreshing

812 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (630,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,819 277,819 0000000000000002621de87bda3cbb6070b7c219a00cc4aa5bcdfc26ec76fdc1 0.07 MB 133 33
277,818 277,818 0000000000000001ed9f2be47ccfe526c3222db91fccade9f59587b4904f490c 0.45 MB 966 42
277,817 277,817 00000000000000005707081590b3da8050a49268fbc6c3813417036615172d82 0.02 MB 38 50
277,816 277,816 000000000000000063f67fa18584bd47af620ddb98870e0c97bfad2d0dd94e46 0.18 MB 280 43
277,815 277,815 0000000000000000ee98e939ab66cc82bd6c02dd708699d8b2b4e960717164a4 0.12 MB 271 45
277,814 277,814 0000000000000001f0501f149d402c8f953bfc3a1afe3b3435ebd475e4be5114 0.12 MB 286 43
277,813 277,813 00000000000000009afb38545fea97ca08cd6f13474f58014b49d227a0588cea 0.19 MB 397 37
277,812 277,812 000000000000000059d38c7e5e82f431fd4b35a1e4531d63726d3b9bcdb7dc92 0.25 MB 367 25
277,811 277,811 000000000000000087133e31637533df95ac39632862db3309e58d7a36d25af7 0.50 MB 592 22
277,810 277,810 0000000000000001ded1053db891d269279bf316d69a89820b6a5e31370cb02b 0.25 MB 615 41
277,809 277,809 000000000000000163db22e4d7a59916f9d04a039000cd178bf080fca216f9af 0.25 MB 743 56
277,808 277,808 00000000000000034bcb4d8d7e6fa18de2fffeb82085d17fd6c723dfb970bb23 0.03 MB 56 68
277,807 277,807 0000000000000000549d4a88d34da1cc6337cd6511c09449c3370b403753cfb5 0.25 MB 594 37
277,806 277,806 0000000000000003228db72d3552f186bfd7c5bf31aa11c78efd52c964669100 0.25 MB 687 61
277,805 277,805 00000000000000034da1d649d794b7a6a00570c341ea2305c8be2b94548ca051 0.25 MB 705 72
277,804 277,804 00000000000000015bd1efb3e23e808a7f0a169438be4d02d6fc252d40d7ac21 0.49 MB 953 43
277,803 277,803 00000000000000019f53eaa3421be5e88916204b9326ab094cdac3fc8386ff48 0.72 MB 1,048 25
277,802 277,802 0000000000000001eace3e33e050e58a8071be493b3ea7b1884b22315d04f21b 0.03 MB 83 92
277,801 277,801 00000000000000012b4e4933e05d22ff76a4ee6ff3792779f6a439cd92b7d64e 0.25 MB 781 72
277,800 277,800 000000000000000253ba02569c9b6325a4a4366da25a89d8c550a47bf1d29df8 0.35 MB 777 48
277,799 277,799 0000000000000002d0a60d72040c6842323522e645008f06cd15d118f0f84227 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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: 1,642.74 GB sent, 94.46 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.