Memory Pool Memory Pool Refreshing

3,933 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (614,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,412 293,412 0000000000000000957ce454a5dbd1f2bdfabfd9fdfde8367a5e5d0b744e372f 0.10 MB 28 2
293,411 293,411 00000000000000006709df072b5e7c652ac718ecc58a8f221de905f8e3279384 0.16 MB 331 32
293,410 293,410 0000000000000000d190c7b4ebc8f0923138d681aac514856264018e0a568164 0.26 MB 504 36
293,409 293,409 0000000000000000598b1065a60fe993267ce13bd9bac00461e41f7e117b1087 0.26 MB 481 65
293,408 293,408 000000000000000045dea39842396d586c57e696aac6b6d7dfa3886ac5f5dec2 0.50 MB 940 32
293,407 293,407 00000000000000001218d0d2abe8425355388cfeb89193353410f5853a731eed 0.27 MB 540 37
293,406 293,406 000000000000000033fb2369a7107909f8b840de4bd72f938e3101e15837441f 0.12 MB 103 16
293,405 293,405 00000000000000003384f602206ba627ef9fe99e0bb3ebb6ce61ccb18de26e9a 0.12 MB 256 36
293,404 293,404 0000000000000000c9c879ae13c299f29be024db929c4d497c195109e0977c55 0.10 MB 123 19
293,403 293,403 0000000000000000071167efe1d63f3ad6b69e247c99efd9413ffce8c1f9373c 0.11 MB 219 29
293,402 293,402 00000000000000006ce6030d1110ca5b1ab04a63ae0c8c2d200746164fd48abf 0.18 MB 135 15
293,401 293,401 0000000000000000382b3b455bc977cdb682297af44a65f3d8a3958c287faee2 0.35 MB 204 13
293,400 293,400 0000000000000000af26d2a66747a1f884f7414c9ffc49cbe1a5baed35ac8c24 0.35 MB 628 33
293,399 293,399 0000000000000000325fec52efee4f85b20618a91b75dfafc22387155ecaf3ea 0.24 MB 512 39
293,398 293,398 00000000000000006d4f0bd15cad105555a225684e0119eb84eba141f2f33903 0.04 MB 32 15
293,397 293,397 0000000000000000387fb95122b6d3c6e76523ff5c3cc99afb02ce0a4576bf08 0.24 MB 512 29
293,396 293,396 000000000000000085b4cca06373e31a8cf4722bbca1eb7ecc87e9db967c54b9 0.35 MB 1,184 63
293,395 293,395 0000000000000000b929ab41faedbcc285df68bdf10e08aeef1180238e63216d 0.10 MB 153 19
293,394 293,394 000000000000000094592622b30855dd8fa306c93389671965f89206f894daf3 0.16 MB 248 26
293,393 293,393 00000000000000001fd3507f29efc3c3a88198401afac88b3722f715c6fb98f2 0.05 MB 17 4
293,392 293,392 0000000000000000b048df62572778191519e96d84ae715938fcced6b8541278 0.03 MB 81 35
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.12 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.