Memory Pool Memory Pool Refreshing

4,217 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (588,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,899 318,899 00000000000000001e8a648f813319342959619d7dd0c028fc2bd7580abceb92 0.93 MB 1,313 24
318,898 318,898 00000000000000001e9cb9b80f74331b43a8b6eb69e1494c7336780dff659657 0.35 MB 280 16
318,897 318,897 000000000000000004d3a50245e16f59463b01a2b2ae9017e0bb1dfc00f24de9 0.75 MB 1,578 29
318,896 318,896 00000000000000001d386e5722884934602308511bb72fe0ae50bdb0ec04a9a0 0.50 MB 1,036 31
318,895 318,895 00000000000000000c8ed0f42d1b0352372c39d062d3ef18f2b22338fdbb8cb4 0.04 MB 70 25
318,894 318,894 000000000000000003327cd8281c8e041effe0162829a60f5538843cd7166feb 0.38 MB 256 15
318,893 318,893 00000000000000001361ebb2d19a1c0a7786c54dbc607e4ce699a58441a008ac 0.25 MB 508 35
318,892 318,892 0000000000000000217edbc0f90194acb8936f9d9c89d992fb761eb7a641e053 0.26 MB 431 25
318,891 318,891 00000000000000001768b921d2343bbfa330fb0eeb40e82f5c67e4b9deed199f 0.22 MB 504 34
318,890 318,890 0000000000000000129783b9597a9bb8376763158079021dfb2a632f9f529ea3 0.02 MB 64 62
318,889 318,889 00000000000000000e8f918bbcf642f585918bd41b915dc04f0c6433740b0c9f 0.65 MB 1,085 25
318,888 318,888 00000000000000001d22ea7826d1d670e1a0c6b865ec1ba1d441bac42dfdc508 0.00 MB 10 26
318,887 318,887 00000000000000000b3eed88cb7c9e11839f75eed9a903dcbb170b84aff7800a 0.25 MB 418 23
318,886 318,886 0000000000000000225fffbdbf536a93cb8739de0d0b40b92ca7e0af1276e917 0.01 MB 12 5
318,885 318,885 00000000000000001f4fa74ca5d52bcb85124e9e03956367c2134481dd02d377 0.05 MB 114 35
318,884 318,884 00000000000000001f3c4f5f6b44eca18260402529142fed667c086d1d09b494 0.07 MB 78 12
318,883 318,883 0000000000000000086be5bf4384cc43617392b9cfc1323bb2d576b95bfa15c7 0.10 MB 207 40
318,882 318,882 000000000000000022120bc1302ff82485e85cfbff1f7a4d78d77515b41d7373 0.21 MB 463 30
318,881 318,881 000000000000000013e910531a730894202ff69657f2e9cc0aeea97b277bb5ef 0.26 MB 363 19
318,880 318,880 00000000000000000f065461921ebeed5004225a540f5ace400b21124b9a6635 0.14 MB 252 26
318,879 318,879 00000000000000000d367792a69a8546690f8f75b6f43cf3b3b038ef73f33e95 0.37 MB 626 24
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.