Memory Pool Memory Pool Refreshing

2,799 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,107 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (216,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,231 691,231 00000000000000000002830eb3bddcfadc22fc3b086d54542d0094d9b3809522 0.95 MB 1,985 13
691,230 691,230 000000000000000000034349db0520d572d865ec6edfa424335fbcb46cfc0dba 1.47 MB 2,475 22
691,229 691,229 00000000000000000011fac0fbdfcf28ae616402242dfff2b71aee8fd55b73b6 0.54 MB 746 19
691,228 691,228 0000000000000000000091e019ac96db0fdb1163a9c3caa88598ee1d1daa8176 0.43 MB 455 11
691,227 691,227 0000000000000000000d67181d99c23db2343ab271871b7f42baf996b3e0bfba 0.14 MB 320 23
691,226 691,226 000000000000000000131a5276906f331f8672bfc1f5af24a5d833c8a6b05871 0.81 MB 1,069 15
691,225 691,225 0000000000000000000a4812f6a5a3f0cb3e5994ed1a0b47576c47969964010c 1.28 MB 2,038 22
691,224 691,224 00000000000000000009aa547add0fd9077df35243f7853cd9160d4165f5bb91 0.34 MB 593 20
691,223 691,223 000000000000000000125f78c21f9ae6aa1e606cd6d18683b92f6bec86a6edf6 0.88 MB 1,289 19
691,222 691,222 00000000000000000001d67855273199a10129e59339047182826da0d5017778 0.83 MB 1,500 18
691,221 691,221 00000000000000000011442fe44e5dc2dc644c23c720b7763a2967050bbfa593 1.06 MB 464 9
691,220 691,220 0000000000000000000e113a99746bd6daf89c51e9a7715156f6b7c287d3ac03 1.05 MB 371 12
691,219 691,219 0000000000000000000dfaca503db8c2d6e4b9aaa5921f8382e59ed748e58d98 0.81 MB 1,479 21
691,218 691,218 0000000000000000000123f16fd6b5b5149ba2148d88be76ada04c7a3e8d3916 0.30 MB 378 12
691,217 691,217 0000000000000000000f4f758eda21f79f1d2c06700d6459a531d763432873fd 0.18 MB 164 16
691,216 691,216 0000000000000000000e81324584433f3cc22147f904a5ca7a4f216abfb21dc4 0.39 MB 607 13
691,215 691,215 0000000000000000001336a05d7ca1f3af642fc09dcb41cc022478a34325f21b 0.58 MB 895 8
691,214 691,214 00000000000000000005ce225438d18ec90b55cbd41d960db3a1288c239c1ab6 1.47 MB 2,335 14
691,213 691,213 0000000000000000000c8cfda84a088192f00f7ad7ab06ecde3c456321b369e6 1.27 MB 1,876 14
691,212 691,212 000000000000000000101f8cc9154a56ae9d7f879ca276a1ea04e6044eb8e382 1.30 MB 1,793 29
691,211 691,211 000000000000000000131b8e5fc6cbe20e837078e513f58a11342d79eccb748f 1.45 MB 2,570 30
Previous 10 blocks ↓
Total Size: 769.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,629.59 GB sent, 93.44 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.