Memory Pool Memory Pool Refreshing

3,243 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (812,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,454 95,454 000000000000af241a81ee15c50c6f9247b4d83bf097d48e3d7c83aa53eeb74b 0.00 MB 3 0
95,453 95,453 0000000000047424fcb6321bebc5cbd208fce67e1d72db829b3fca5cbe2ed32a 0.00 MB 1 0
95,452 95,452 0000000000034ed00ca7cc0b96dcaafa6663b2385cca3e127914b64db1c9537b 0.00 MB 1 0
95,451 95,451 0000000000060871bca81b486925e3ec3320f4a53a20a5e674cd1c60c24952d0 0.00 MB 1 0
95,450 95,450 000000000005c1ab5075c987e91ba4041a7dff496ab0ea7381e8658dbbb0c633 0.00 MB 1 0
95,449 95,449 00000000000353147f99bc21152bb866a16069d1e47cfe2b59dea3043c4c5f41 0.00 MB 1 0
95,448 95,448 0000000000056d86d3e4a265f4471630a55a780b11a9803fb739b841c3e3d651 0.00 MB 1 0
95,447 95,447 0000000000002955c9f32b521b9d031490f682e9bce6ba1eb2a04a1b569d1f9b 0.00 MB 1 0
95,446 95,446 0000000000069c38d4c0a69ddef4dbe4c77723f0a70f4cae4f4a9ace373a4dc4 0.00 MB 1 0
95,445 95,445 000000000005fb5be6cfc3e02771adab65ac0554855ae8275f34ff12d3e2de37 0.00 MB 2 0
95,444 95,444 000000000004dd0fcb839f4d3b838609c9ea8bd485deb7aa91a566721205e0e5 0.00 MB 2 0
95,443 95,443 000000000006803598d408140f3f9a2a6d7de3775c709345335b502caed8aedb 0.00 MB 1 0
95,442 95,442 000000000001bfeb13ab876651044a534037cfd6a87608d472733271c8104b86 0.00 MB 3 2,409
95,441 95,441 0000000000000c57d8e606e5431f70054fb0993cd221c9afd947a710075cf346 0.00 MB 2 0
95,440 95,440 000000000000f91f3ee348de0a3640321e96a61f7293117e438ccfb6764bbc7b 0.00 MB 2 0
95,439 95,439 00000000000398e0e63f829022bc554fab52a101c2207ab7fbb530e5cd7dea3a 0.00 MB 1 0
95,438 95,438 0000000000016a02f97361ace24ade3d611e6c1d6a983efda255c4d3722b3dad 0.00 MB 1 0
95,437 95,437 00000000000229af45522795ef9c7b7a4ee8294bf09c33ed2f0f26cca25459c8 0.00 MB 3 0
95,436 95,436 000000000004eb757d0d03757713a585582f7f45ff53175546152c6808f0a453 0.00 MB 1 0
95,435 95,435 000000000006b4b53b47240b6a16f274c023f62d59a4ffbcb776c9f381f36d6f 0.00 MB 1 0
95,434 95,434 000000000001ba91891d2fb08e38e3d4b13eb63d818cf1f654ce02e4197e338e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.16 GB sent, 99.51 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.