Memory Pool Memory Pool Refreshing

10,075 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (38,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,209 869,209 000000000000000000012149310515f5005e25cac9e5b75bafedd981f4d83a38 1.96 MB 2,420 2
869,208 869,208 00000000000000000000974f066ec0290cfcbfad6829e2b17c9a0a52c63aabfc 1.67 MB 5,806 2
869,207 869,207 0000000000000000000109cae6b1552e41c96a7fac068289899b8c2386ddefc3 1.54 MB 4,517 4
869,206 869,206 0000000000000000000102415becd6036ecf68ef0e516715c222bbbb7bb3d182 1.57 MB 4,887 3
869,205 869,205 000000000000000000000c552006ab7975dd2d3375cc751bbb942e57891934c6 2.14 MB 1,456 3
869,204 869,204 0000000000000000000184dae2087b57a8d3d16e4a221798a07419f8825f33b9 1.62 MB 2,786 3
869,203 869,203 00000000000000000000a42d2d65eff8db43c33124b0b94f544431850449505c 1.58 MB 3,221 7
869,202 869,202 00000000000000000001df3bd165fcad7b41060e8327544ef75981d76ca83f9e 1.93 MB 556 1
869,201 869,201 00000000000000000001823ecf2c23b0b39aff283b4594b2105e915121df1022 1.83 MB 2,041 3
869,200 869,200 000000000000000000018ad1071f30775a01bb1edb58bbf98ee44f26dddd2a3f 1.95 MB 2,664 2
869,199 869,199 00000000000000000001d0b2a02986bc0886be0979ce9719a750789d2cc7e712 1.38 MB 2,329 6
869,198 869,198 00000000000000000002043e95964c355bb333c071cfca0d74a5ae6ed59000df 1.46 MB 2,522 3
869,197 869,197 0000000000000000000172a4a45f1415b1286bfba0603cacb1f768e04519de16 1.61 MB 3,379 6
869,196 869,196 00000000000000000001ddbbbb44663cc17f98b263b20f26494b885f2843b3a7 1.70 MB 3,098 5
869,195 869,195 0000000000000000000029ce879bfaafb76fcad55b32d05c0db1e3f842788721 1.64 MB 3,924 5
869,194 869,194 00000000000000000001691760b7f288d4b3d0a81bc5ac84106f9e4e9302e576 1.80 MB 2,285 3
869,193 869,193 0000000000000000000037c770142559b241cfff673dc8dffaba2f630560405e 1.51 MB 4,951 2
869,192 869,192 00000000000000000001e62db434a0e1a8fc1d8416d2d42cbb6255b5848d6419 1.57 MB 4,440 6
869,191 869,191 00000000000000000000304840e1c7f7ac17967b43cbf96162ed9327836e733a 1.36 MB 2,337 2
869,190 869,190 00000000000000000002218b19b3b5a276172ac5056817bba83854bca4a30c27 1.42 MB 3,927 3
869,189 869,189 00000000000000000001e70652721e8c4ab9de956393cc6ec3abc2d0b292c926 1.82 MB 3,965 3
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.49 GB sent, 94.38 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.