Memory Pool Memory Pool Refreshing

2,937 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,271 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (854,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,896 53,896 0000000000cd3479bff73456a34ce97a3b3473c9571c4d17c61d225b7ec5a1f9 0.00 MB 1 0
53,895 53,895 00000000037fa1308e9505f78b26015d35b319bf2ec499269ecf5929aa445f12 0.00 MB 1 0
53,894 53,894 00000000140761b03a923d0b93de169d8dbf449152b92e69322b595cbd00f5bb 0.00 MB 1 0
53,893 53,893 0000000002cedcfb25052d59db06cc6567c387c53ab4bdf6cb5abf85d91c5ade 0.00 MB 1 0
53,892 53,892 000000000fd304b857bfc2c964b33c6df0412d45cfe18ea6e8934441e17bf4da 0.00 MB 1 0
53,891 53,891 000000000e002f488ff5017c4e070cd5d8a34e6cf21ba406608647ac6d4b3f06 0.00 MB 1 0
53,890 53,890 0000000002db145b1b8d9055c3db4934be21ff973cb3497aea9da4596f8e247c 0.00 MB 1 0
53,889 53,889 00000000029e4b1c732d4b850f521318dc9aecd5390140cb621336dea042ab00 0.00 MB 1 0
53,888 53,888 00000000156834cba63dcd5714b916ee461e6e6001c3de609ff1eeb704f649b4 0.00 MB 1 0
53,887 53,887 00000000094481ec10c03e5f464085b6d25bbb5165bc798200700521e58a0b8f 0.00 MB 1 0
53,886 53,886 000000000faa2d4267697fbb3202e3da843a3bad3b9ac289a7b4778d0afec4d7 0.00 MB 1 0
53,885 53,885 0000000006d91176905b639526ebea30c3beb8c33c0562486a8a3d2f8a4305c6 0.00 MB 1 0
53,884 53,884 000000000f0122fba73f43aecb59defcd180cc6efac8cd02079fbaf7b38ed422 0.00 MB 1 0
53,883 53,883 00000000138cd019304453bc11ff4a545a638ea2552bb76c646ebce51a4d3a29 0.00 MB 2 0
53,882 53,882 0000000015a7b04647950161c0035e012313159c7ce85654dd855e0b47d30451 0.00 MB 2 0
53,881 53,881 000000000fd6a2fd234fdc86c1dc69d1e41c2a6df393a15a1e40dc8b14e2a36c 0.00 MB 1 0
53,880 53,880 0000000014888498017d9b78ba43d2374d04dcc88f98c171dd7bfff86506e7d2 0.00 MB 1 0
53,879 53,879 0000000001ab81fd5d1006386e63d5a7a12e03f69e610d9f8fc25f96e2c944d0 0.00 MB 1 0
53,878 53,878 000000000433e3f6259ff4aa7725f11e424b5fad09d81523dafa63db53581112 0.00 MB 1 0
53,877 53,877 0000000008856b35cced303fb017f9cf425d21c525cb5ce369b523c9a8aa5d75 0.00 MB 1 0
53,876 53,876 000000000301015a593a6b0c55dd23968e5d9b8b1357d05749798de083a18d4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,691.56 GB sent, 98.13 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.