Memory Pool Memory Pool Refreshing

2,232 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (836,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,240 71,240 0000000000d3e64b6003acca69ca0b034f69a8149719676fe70fd9303366663a 0.00 MB 1 0
71,239 71,239 0000000000d0decd22065eab690c97e975bec7e45c636e3c4ac50bed24f494ec 0.00 MB 1 0
71,238 71,238 0000000000a3bbf764a0f96d25beed071bd2e5844bfa2cfd4ba217b6e53fffac 0.00 MB 1 0
71,237 71,237 0000000000ab49ee0cb5caaaccf2634bf1f4a3c367133066b145c94d723d1d28 0.00 MB 1 0
71,236 71,236 000000000018c8de26a123d91037a4ff815b643d4a62bf96f8e35e249b6c5cca 0.00 MB 2 3,875
71,235 71,235 0000000000735b2ee32f0020612c7bb7aa11bd99b2be17499b844fbfd13015a1 0.00 MB 1 0
71,234 71,234 0000000000027f820ddb200f7fec6b92eab6385171c6b8a5e85a97b14beea736 0.00 MB 2 0
71,233 71,233 0000000000e58455636ee1e274eff24eda54a5b88e8d7fb33853bc2a1cd9bf57 0.00 MB 2 0
71,232 71,232 00000000007607dc7b2d58af0cfabe735caed3b631116a0ec753e170261f6a69 0.00 MB 3 0
71,231 71,231 0000000000961c0fe94b5e73188599b39fe7d02e6d73f9b2c392d918fd2e1b7e 0.00 MB 1 0
71,230 71,230 0000000000141be943756a72b61c4b0f4958ff38c156966ff9917d984b816304 0.00 MB 2 3,875
71,229 71,229 00000000000c586d39f5a6e3cb19429ec9791f5234bda88bdf80bc1574d53507 0.00 MB 1 0
71,228 71,228 00000000006f4061cc54e590209f87348ebd8d952c414e40f8e006c2fb03872d 0.00 MB 1 0
71,227 71,227 00000000003d1fee67bf971518d5220809745178bc54965712f9b23ac6b2d382 0.00 MB 1 0
71,226 71,226 000000000062a113838b4254bacf81a1c6f89ebb1116a96088fe49401ab9fb19 0.00 MB 1 0
71,225 71,225 0000000000faf6dcf36cab0599ef28adb25eda62ee46f0b417b677dab4f431ba 0.00 MB 2 0
71,224 71,224 00000000003cbf80327b1e78c20ec6456d27bb53fbeea63e91b166b56ce109d7 0.00 MB 5 302
71,223 71,223 0000000000aba5187e4f98fa35cc6083550f82f8c986af78aada24ae3acf1816 0.00 MB 2 3,861
71,222 71,222 00000000009ac68814141f6f0c5e903c4e7a189aaa08536de9c67521cffa22e3 0.00 MB 5 1,113
71,221 71,221 0000000000b94813354dd5a7c55018a651f052128e39faef870dbf0878811c89 0.00 MB 1 0
71,220 71,220 0000000000ce3eade3b882a72396937300418375c12c9dbab326e5aa61fbfaac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.20 GB sent, 95.74 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.