Memory Pool Memory Pool Refreshing

7,411 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (722,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,424 185,424 00000000000001dc06a1ff488371e3c94692952746ac7144ac91b5d7184654da 0.02 MB 33 521
185,423 185,423 000000000000078f54126742ffa2f661e9c4e26bbcc62975714a7997938ec99b 0.25 MB 609 145
185,422 185,422 00000000000003f45fb03e2fdd1e9f19dd177be6e9d3d6c298b64eac613128f2 0.02 MB 51 91
185,421 185,421 00000000000003680b86519d47f03c7e576fbf63c570ba10094d20e06be884bd 0.02 MB 36 87
185,420 185,420 00000000000005e7a10e3fe8b9d0dddc79c65828f88f885d5bbe86e522da79f7 0.05 MB 203 74
185,419 185,419 00000000000009dd4c1f048fc2b43dd66c3631f67db8366f5a8f6b72e6ab80ea 0.25 MB 560 154
185,418 185,418 00000000000009d39436630b99afb6abf4e8df06fb3f6a53d2619638f68e2799 0.02 MB 77 146
185,417 185,417 000000000000037042b7ecdacaec3422b2737a75c711f124d866e76fd29fbc8b 0.05 MB 139 87
185,416 185,416 0000000000000409c67303ef580bdbd228df2cc1abc890d3a4a71fdcf71c44e6 0.25 MB 473 120
185,415 185,415 0000000000000477e6afd3c22d5f8a61c6a891592c5715f6bdf4e34206cea1e5 0.03 MB 120 462
185,414 185,414 000000000000025c6e6f528c89419877ee26c28f860fa31866d443d9f951ad91 0.00 MB 13 46
185,413 185,413 00000000000004da7101ea3e418dc3dea7d5418583ce15c9645e16c1320cfc3b 0.02 MB 47 239
185,412 185,412 000000000000068a5cf4868fd7c56ab4f4777d04c094519086593277aa3c3da7 0.04 MB 145 65
185,411 185,411 000000000000019fda5c9c0e54cdd8a567a9486b965c69c50607714f4109d1a8 0.18 MB 393 114
185,410 185,410 00000000000004e7700cd982fa2f500ac137a63fdd12bd96a3d7724651358b74 0.25 MB 478 97
185,409 185,409 00000000000003fdac46cc6ddbd0f050679cf0543dfeaca83dbd502ef5e678c1 0.42 MB 859 113
185,408 185,408 00000000000009ca71bcd1682c0f7cb7cb9b39475b98225a0486d1d83604701f 0.05 MB 144 230
185,407 185,407 000000000000083644a7ec2d1a79a3f709e7172274fce0c8d261c383e5aad9d2 0.03 MB 107 13
185,406 185,406 00000000000003c8d8855f9828fed3022d68e26aa21066db24553ed31bfe0fb4 0.18 MB 425 136
185,405 185,405 0000000000000702cde1d9ead91b2c7e671851439c3a2ee3b2f613ec7b25e883 0.02 MB 52 122
185,404 185,404 000000000000014d324af954194039c51cf2ba10bf7f47dfda8025ed92209a39 0.05 MB 105 236
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.