Memory Pool Memory Pool Refreshing

6,860 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (734,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,241 173,241 00000000000002fe49bf4680c427d2dd9cbfcdf723f6ec0f9258cd581c143723 0.00 MB 1 0
173,240 173,240 0000000000000440a717208bb166cffcd4b504c7010f7adaf5813200419b6d7d 0.00 MB 1 0
173,239 173,239 000000000000031a5bcb92cfacbf8ea46c34ce7c834d5bdb599e014bc86dfd4e 0.02 MB 42 380
173,238 173,238 00000000000000379a7a6a8507425cae52232288ff827b6799088ff915751ec8 0.02 MB 60 125
173,237 173,237 00000000000009924fba0cfff7e78ee71e8f5d02ca2c8d2c3f7fc7bdf834374c 0.00 MB 5 0
173,236 173,236 000000000000010d890cd2b04a144f9214df10e57e4151bbc51569418b068e69 0.02 MB 51 81
173,235 173,235 00000000000002d5cc4f4dadd5cd555f19b4c2290cb37b241d763c7f70334fcb 0.00 MB 1 0
173,234 173,234 000000000000009616efbd0888833042c61513b6e9635e923095f088db2f89b0 0.00 MB 5 0
173,233 173,233 00000000000007eaaf9c5e85800c5c3337dc87dd1bc885b5a2c0fcd28e7b5308 0.04 MB 50 488
173,232 173,232 0000000000000579c013ee240f0ec93287c45f8003ab42c03ae1f6e91ff494ef 0.03 MB 58 169
173,231 173,231 0000000000000831de5741a078fe01fa29880fa77fc27a1d79a24d66af90825d 0.02 MB 83 146
173,230 173,230 00000000000005f789e072a3ffd840d6787ebc950627c467187bedccfd2fe431 0.05 MB 124 265
173,229 173,229 000000000000097260f4faa542cea17b506aee0bc4c3dd2d74df9a10bf073593 0.03 MB 28 69
173,228 173,228 00000000000005d3137f7252420c8f2345f7dea7b5716dd0372bb08ea04e0828 0.05 MB 170 74
173,227 173,227 00000000000007a7ed28ddcb2114acd06ec599e64722a6fb2dab949efd1dcd73 0.00 MB 1 0
173,226 173,226 00000000000000fb7107b46b3267e199292a2f57813beda808f5a7226b089e82 0.01 MB 39 31
173,225 173,225 0000000000000513d81e6acfd9fc22d61f319f1dbf196a2f9eff5fc66a79b957 0.02 MB 23 17
173,224 173,224 00000000000003d61b464650d2841cc8fc65d0ab33e6a43cabbbbb7637482716 0.04 MB 74 195
173,223 173,223 0000000000000604c141f706ee5975f216a86203149bf04ab50048740dee5c17 0.05 MB 126 139
173,222 173,222 000000000000011ff3afc191f19636d57dfe22c5f524f34270d64d9348cbbbcf 0.03 MB 67 76
173,221 173,221 00000000000005d466971d64735f46783074be2f6088f395699541eb839198bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.