Memory Pool Memory Pool Refreshing

8,312 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,658 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,657 (904,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,013 3,013 00000000b3f870834abddae4314818204529b780f833669157bb65b384d81621 0.00 MB 1 0
3,012 3,012 0000000094bfee5e5359e8913c5cfb461282629dff5776bb17b3addd593e53ab 0.00 MB 1 0
3,011 3,011 00000000c9e9198636900eff14109b07f973871c12e78d11e8a7ba1bae64f05b 0.00 MB 1 0
3,010 3,010 00000000663ebb1ec7628c45761296e2fd4a1d0efeb27b561695c25ebe0ae9d4 0.00 MB 1 0
3,009 3,009 0000000060ca21bb10f560e97aba228ccf5be2b0bd9da7caba42d57ac9b47066 0.00 MB 1 0
3,008 3,008 000000001d000b3e4e9ab7de3b9ad7a442eb36f6aaaad8280ecdbd29c000be3b 0.00 MB 1 0
3,007 3,007 00000000ef8702608c77533244518e2a8f4c6fe01986af24109a5e63b7b2d40d 0.00 MB 1 0
3,006 3,006 0000000022b5b4e8016c2518a4fa06d89472b8a6fb4f97f82c67eb7b13147613 0.00 MB 1 0
3,005 3,005 00000000625d1042ec41ebe2215a9bc24fb66efb87301f31db890819f917bf17 0.00 MB 1 0
3,004 3,004 00000000a057b385ed2d1d7c18715f4d7de083c5ba9f822e494712f0f3e95451 0.00 MB 1 0
3,003 3,003 000000003c0189a438845b13551ce64dbf5840c9375495ef0fdad0503de4feac 0.00 MB 1 0
3,002 3,002 00000000b81b771a8a7bb38f8ff734c947c687d8825c26a64141227cf11c7f6c 0.00 MB 1 0
3,001 3,001 00000000ee1d6b98d28b71c969d4bc8a20ee43a379ce49547bcad30c606d8845 0.00 MB 1 0
3,000 3,000 000000004a81b9aa469b11649996ecb0a452c16d1181e72f9f980850a1c5ecce 0.00 MB 1 0
2,999 2,999 0000000095e8825255d5d1c6ce53e26ad3913a596e1c80b6ccbfed125d797991 0.00 MB 1 0
2,998 2,998 0000000002b81b9c30e258956531af1b812dea3d3e9aed28dbac8c9fec3f1554 0.00 MB 1 0
2,997 2,997 00000000ce0798f32548181acbb91e85ddaf67f44bc2cda454ea7f9ec5e891a8 0.00 MB 1 0
2,996 2,996 00000000f7168274a3047ef33ba3ed9f9faa5e6acb890d9195a1e8be3bad8f18 0.00 MB 1 0
2,995 2,995 00000000370965aeef98866ebed666de48547ec392759e178f2f2f34f73577ed 0.00 MB 1 0
2,994 2,994 00000000f6a31af28cfe8839f21bf7111283bedb001373f206f86067303355bc 0.00 MB 1 0
2,993 2,993 00000000f8931bdde30492fb78166a0c705306dcde00db5fc850a7b300ba0638 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.90 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,601.52 GB sent, 92.30 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.