Memory Pool Memory Pool Refreshing

2,446 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 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
908,149 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,148 (906,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,232 1,232 00000000b85fcd8488a7f12d71d94b07d5492494e009c3cf1e4f02bd71ce8569 0.00 MB 1 0
1,231 1,231 00000000c27f99b034e535f4fb1052bbefce5886bd2f7bac945ea4a31a71f829 0.00 MB 1 0
1,230 1,230 000000007db5065b2afe36a0551fa800050a5e11e5d3adf00c7be82af557199b 0.00 MB 1 0
1,229 1,229 00000000b4eb604337ef2a438539f7893bcb4e47d3eb97b4057da9f34a2b0c41 0.00 MB 1 0
1,228 1,228 0000000022ed5a7930b0c0476353ef4d47f4b563c0cd7699d7d448406204d63f 0.00 MB 1 0
1,227 1,227 000000008a3778af112690367ec150cce4f382383d18bec055b2000f0ccb4f28 0.00 MB 1 0
1,226 1,226 0000000059ecbfba0d5849d63891f3e197d4406b26bc5c55537b9369ee3dac60 0.00 MB 1 0
1,225 1,225 00000000c813fe33e0a07746ee401f8ba5d1ae459d323f740a2255bb7d7285d3 0.00 MB 1 0
1,224 1,224 000000006643d66edec3e41db33c19852503b42b954fe34e0943bf69210b4ae0 0.00 MB 1 0
1,223 1,223 0000000050bc0cf1b4f7b3f119247d33e444b46a80b0eaeef71572e4abe970cb 0.00 MB 1 0
1,222 1,222 000000005ff5517646b998056bd959d654ce58f0c706e74f2505dcc308b31907 0.00 MB 1 0
1,221 1,221 0000000073996a70dcbd4dff31d247bf4e5d2639bd7f7b417b131114ae0c9c9b 0.00 MB 1 0
1,220 1,220 0000000047e2deb17c9084a5940152048a485c04e7b85145eb58d001c641c89b 0.00 MB 1 0
1,219 1,219 00000000924e36aed155fe03fdfb5e351ab618c7815815350cd21c0bf5a05693 0.00 MB 1 0
1,218 1,218 00000000e51c5e124b5b690fd5143f8bd543e73068a4d0ddd9bc01e8ce0e3633 0.00 MB 1 0
1,217 1,217 000000003a5b63b85bdf11159dce1ca095e0c5168ef718d2f9e36654992eefc7 0.00 MB 1 0
1,216 1,216 00000000e3e144a9089a12f84aed842d4cad995e212cc4e8662d1766f8aa3de3 0.00 MB 1 0
1,215 1,215 0000000032eb03ced956310a68a58e267e343d827adf8baf7c5c7fddce70b848 0.00 MB 1 0
1,214 1,214 000000000cdd87ee87ceceadf1cbb9e6c022be42b5668ce5bac02eb597fb4c14 0.00 MB 1 0
1,213 1,213 00000000b14eba5b24c1319db46116b447984fccb0ae5409ad42839dd8cb6a73 0.00 MB 2 0
1,212 1,212 00000000e7f89d2ee842c8be0fabdcfb16fd633a27d2033c1e8afde8251f1381 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.