Memory Pool Memory Pool Refreshing

8,388 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,167 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (785,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,855 121,855 00000000000022695f4cbb69e2501a2d81aef9a59845a090a3511626620b39d6 0.00 MB 11 1,296
121,854 121,854 0000000000005863965ade33669aec04c795da0a9006cdd686de7f2cdfe387fd 0.00 MB 8 0
121,853 121,853 000000000000141f10dd8139ec2712e1663ec3136cb3748527d06a8a4073fdc3 0.01 MB 17 170
121,852 121,852 000000000000197f32cec885fe66952f882af02d63e719f803a4c0ab6d98425b 0.01 MB 9 998
121,851 121,851 00000000000026ffb9405747c569820c55a226c6f041aef0aa32a4405dedbc7e 0.00 MB 6 0
121,850 121,850 00000000000056dd26cf24b34b46ef6ae890cfdcfb9de5a3d7fd239559f7aca9 0.00 MB 11 0
121,849 121,849 00000000000012af4599a6e017f41cbe7d1afd01b81075bfd254943cfbf77288 0.00 MB 10 574
121,848 121,848 0000000000000783c8fcd3c4727f979dcb5098c376b6d23d9378bf6544b8ff6a 0.01 MB 17 402
121,847 121,847 00000000000035eb555f71091f9aa0ec0cb48d47f2f0f4cdd4ef51ad5ae97886 0.00 MB 5 1,059
121,846 121,846 0000000000000720da9852600d4c0fcf79ba8cb757a3c1eb875e838bb13201c7 0.00 MB 18 0
121,845 121,845 0000000000003a4a2f8ac0f59d8fd45bddfdc1eaa21912290a7f04b532599b8d 0.01 MB 28 816
121,844 121,844 0000000000002f3aa34637e2dbe5fac6cd106f1688ec04e237025262552ef715 0.00 MB 2 3,891
121,843 121,843 0000000000007f0ed6604f2229fc530caf7709dacec47cd6c640844c422ac101 0.00 MB 11 316
121,842 121,842 00000000000024d9a2aa22b9d85199c69d0c33ebbb270e88bf78e88ec7270c7b 0.01 MB 16 607
121,841 121,841 0000000000005777d5fee115785588e7c0600487e437211ad9e0fbb023f99a52 0.01 MB 37 809
121,840 121,840 000000000000686f4c0ee39ece398fb27d72d06a6f60100c8096284f9a6e9f05 0.00 MB 7 0
121,839 121,839 00000000000089aec0d7ee1c54dfa450927cb54a986a9e46141ee3f367a1eaed 0.01 MB 11 429
121,838 121,838 0000000000003db2a6c43066f556a319bcd2f75c26f645c50575ae5330f0fda5 0.01 MB 20 493
121,837 121,837 000000000000985ffd0aad2d7bf7cb646a30616f56bb5c3964140f2ba17453e2 0.01 MB 23 671
121,836 121,836 000000000000767a6aa347ff0fc5185d962486071a09af7afcf7716bbadb8012 0.01 MB 36 335
121,835 121,835 000000000000315a991ff28510d4cca9822ab469516715083a94cad90980f6d4 0.01 MB 8 856
Previous 10 blocks ↓
Total Size: 769.03 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,625.46 GB sent, 93.03 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.