Memory Pool Memory Pool Refreshing

2,816 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (77,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,014 830,014 00000000000000000002fadbaa7c091bd732e7204147c8dd918ae934de7af4c1 1.74 MB 2,150 23
830,013 830,013 00000000000000000001a01e5c9ae8834081382830f41c8eac6273d481885c2b 1.45 MB 596 15
830,012 830,012 00000000000000000000f543986fd241f505cb3e5ee76a2c2d8a05d344ebbfeb 1.63 MB 2,125 25
830,011 830,011 000000000000000000007a3067b1059390a458c5db1028b41a172eff50179f06 1.52 MB 2,278 21
830,010 830,010 00000000000000000003650090fc892de4635190f1f53dd7a0f706fcd6146224 1.65 MB 1,623 19
830,009 830,009 000000000000000000038876a429051c625e588c41f0aa10763f22cb28766230 1.72 MB 2,124 20
830,008 830,008 000000000000000000039573aa7c22bfc4085a91b2fceb374aa215324fa8d162 1.81 MB 1,811 26
830,007 830,007 00000000000000000000641d0be8bc674fabcff72a05dee735e0a3df2819f52c 1.58 MB 3,119 33
830,006 830,006 00000000000000000000e923973a9abed88d53936f8153b7305a0edf778d1248 1.63 MB 2,405 28
830,005 830,005 000000000000000000001131c490fa2d8cff46d92a8e9b858260df5652c53554 1.67 MB 2,605 30
830,004 830,004 000000000000000000022d1b54dce4a859ed41091b0daaebb4a029614d8cfe9a 1.64 MB 2,599 28
830,003 830,003 000000000000000000025ea0a2d1420074a298036269ab40970b4a96b753970a 1.57 MB 3,024 31
830,002 830,002 0000000000000000000345ef1fc4815dc48aeadcb2aee9a0913d375407128741 1.61 MB 2,593 26
830,001 830,001 00000000000000000002a9f21ec238b121f2f7ae3d4c8c19267ee27858fc328e 1.95 MB 2,169 20
830,000 830,000 000000000000000000011d55599ed27d7efca05f5849b755319c89eb2cffbc1f 1.71 MB 1,851 23
829,999 829,999 00000000000000000002c0f74b89661e5a7915104a3a955a9e15641a4f10a378 1.75 MB 2,252 23
829,998 829,998 000000000000000000005479bcca5527697d6b358dcd26682aeb04c163ac7b7e 1.64 MB 2,824 25
829,997 829,997 00000000000000000001d54e4d88e61c1942964ee9fc9a11629c0a37ddc57431 1.65 MB 2,256 26
829,996 829,996 0000000000000000000149ef65fb3e52e42ee0d774d1987afe67b8e6aa4e409f 1.76 MB 2,676 21
829,995 829,995 0000000000000000000170a7fda3db4d75c8901fe880491c1fcbc62692b2adcb 1.50 MB 3,031 26
829,994 829,994 0000000000000000000114f543966fe7c3ff949d79e5fbc198e02d23b2f43537 1.52 MB 2,171 21
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.