Memory Pool Memory Pool Refreshing

4,054 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,709 (901,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,105 7,105 00000000ca844600025aa239105586f08b88f3c384f318918c01b3f7865689fe 0.00 MB 1 0
7,104 7,104 00000000e56221fe739b4293f144e3e3345f729599a5ac97d35cf26ca38c8950 0.00 MB 1 0
7,103 7,103 00000000ecbc3550f96e5cf97c35a266eb0a55a316064a2d2a7da7111322c9e8 0.00 MB 1 0
7,102 7,102 0000000080f303a86f15bbccd3c4707f87d3d6d5e01e1dd3e170680cc648d66a 0.00 MB 1 0
7,101 7,101 00000000875b49bf7241597cc91fce9cef41d74252f28d89caca66e6cb91c99c 0.00 MB 1 0
7,100 7,100 000000006171874a43a089008ad4dd754d2b9fe0d2340aadf5d2f6602453379f 0.00 MB 1 0
7,099 7,099 00000000b6020287497023881010aaad4473c8d34f3287a813da392962a0ef44 0.00 MB 1 0
7,098 7,098 000000009fa9ff58fa778ddfc496b1c506e13db845fa1107e112c6321bdb1f24 0.00 MB 1 0
7,097 7,097 0000000082c536679fb28b178a7fd2a0907a87d5cd498084c42d1272ba534ba0 0.00 MB 1 0
7,096 7,096 000000009c14813e90cd2d44f5bc14995ce115a51d606709aaa70965e716a46b 0.00 MB 1 0
7,095 7,095 00000000482c230f5521df0b51af99b47dbaa0f40106f8b26ccb8d205e32c011 0.00 MB 1 0
7,094 7,094 0000000046f2a151b08a560ba61fafeeb4c69e00822a31b60eb27045d8c36c0d 0.00 MB 1 0
7,093 7,093 00000000e806b4a56f0ba877190842ef12289c57faae57a1b85eaa0ed87ff22d 0.00 MB 1 0
7,092 7,092 00000000021df86d6a30dae7cde5561371426a030840af9c6fee2343be63a613 0.00 MB 1 0
7,091 7,091 00000000dee0460b86b56b79ec96ec6d2477c05bc61d669653c5a172683f7c94 0.00 MB 1 0
7,090 7,090 00000000709a5bd4108d01c035bcd5b73360ead3c107b52fc92a5438f08a0398 0.00 MB 1 0
7,089 7,089 00000000abb6fb53e7f6969addee837a8275ad4ce773d0a1d59909f3e7aac1ad 0.00 MB 1 0
7,088 7,088 00000000ee293cb25df5e37330c33e51894decbd813e7f15af3a6e9cad9adea4 0.00 MB 1 0
7,087 7,087 000000006647ee2e6199ed2ef35a85c62d4b0a378c9958e93ee1b5cbe1348715 0.00 MB 1 0
7,086 7,086 000000001d16ed426f26ce1f49967973f095f789b285c28406d1759320e860ad 0.00 MB 1 0
7,085 7,085 00000000a3a89f3a6830991e7afbc71eb8d8d6fa3c57c37e330a248d6ae1b367 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.