Memory Pool Memory Pool Refreshing

7,649 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (31,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,312 876,312 00000000000000000001fe848ab3d5fe79ff1fa00dc75ea50323570e2b123b96 1.59 MB 4,438 2
876,311 876,311 00000000000000000000e9000f21c46a15efe601aa3ba142e140996b197dde31 1.24 MB 1,993 2
876,310 876,310 00000000000000000001f0216ffc57f72f0cb0db1aaad73a1c67a25a7b17ecd5 1.56 MB 3,523 6
876,309 876,309 000000000000000000021a8d165a39c0ac73c8bfdb7fbb8d795a4c93e1550a29 1.57 MB 3,452 4
876,308 876,308 0000000000000000000270465206cfb64f22f2e9a57483faa5c66f0468f4ce1a 1.53 MB 3,524 4
876,307 876,307 000000000000000000002c8e786cfaa6aff6e0ebd30ab1ac4c3edf469948685f 1.50 MB 2,714 5
876,306 876,306 000000000000000000014ec5c73155cbe81d9d5237a0379ccda4a1c5c831bd4f 1.64 MB 3,053 3
876,305 876,305 00000000000000000001a09216941d4d59b99953ad3c1c48ebc65dfb3aa0728c 1.63 MB 2,415 4
876,304 876,304 00000000000000000000898a4238330761ec1b66d4ea25e5ef608b2b8ba58c6f 1.25 MB 1,697 2
876,303 876,303 00000000000000000001f7893fcfd3f9715bbce7e88a4fcf260818dca9f80111 1.79 MB 3,694 4
876,302 876,302 00000000000000000001535d0b5b09a43513f5e9c98594f02d1503236fcb623e 1.69 MB 3,271 5
876,301 876,301 00000000000000000001380f0c2fe1f68d7dd6857c398c99d23c1edeebd7b8fa 1.81 MB 2,301 3
876,300 876,300 000000000000000000017c8fda9c40cb94688f4297d50f6cc79546611c9f0fda 1.29 MB 1,444 4
876,299 876,299 0000000000000000000234c12ad5284ff60f47122f5fc39dcb067a2f18d040e2 1.65 MB 3,257 5
876,298 876,298 0000000000000000000208baec9bbf3c0e144e0575b4933729d35703da0c59e5 1.52 MB 3,360 8
876,297 876,297 000000000000000000019ce8d0132b521e1dde19f33480f8242b922ba58c65f1 1.42 MB 3,370 9
876,296 876,296 0000000000000000000097b9e2aec0d94003e67babecc3afb52c89325f8cd772 1.63 MB 4,364 4
876,295 876,295 00000000000000000002074a03b921050b9349f613151fa87bbe7a69212182d2 1.52 MB 3,287 3
876,294 876,294 00000000000000000001c1cb42a4771b32132cc0e24e82edf8cab2462d0a8e92 1.72 MB 2,570 7
876,293 876,293 0000000000000000000039bb34aaec4e25fd68ba61abb9a49e61e3d252e4be11 1.48 MB 5,029 3
876,292 876,292 00000000000000000002972d79a4c6c0c07e5e9ba6258899c90aca134c701e44 1.55 MB 4,108 4
Previous 10 blocks ↓
Total Size: 769.29 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.54 GB sent, 94.40 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.