Memory Pool Memory Pool Refreshing

1,049 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (425,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,405 482,405 0000000000000000001a2466b64d9c46c8c573f76c2fb13d9ee7bb40d242e5e5 1.00 MB 2,143 467
482,404 482,404 0000000000000000001beae0096e493028c440691409687cb819542a359dec52 1.00 MB 1,999 447
482,403 482,403 0000000000000000000f62b1c577e27d74b97812251db6dbf1bc27d86c8ae738 1.00 MB 1,969 418
482,402 482,402 000000000000000001338c45c157d2efdd4fc7bc97c09d1743dc9d51e573a75b 1.00 MB 2,192 509
482,401 482,401 000000000000000000dabd06dc0914bbb45e0091ba0e481f240e831a7973c554 1.00 MB 2,088 170
482,400 482,400 000000000000000000d98804c0e5a817c41e784d6f79ddece351baa2adce7675 1.00 MB 2,081 283
482,399 482,399 00000000000000000080fbcdaae5c362747391534f31dc63fd1f72a12298cb0d 1.00 MB 1,663 250
482,398 482,398 00000000000000000052a37b9e17aa2c76a2da5a50d183e125afbba3f022c385 1.00 MB 2,330 344
482,397 482,397 00000000000000000031d36c32bdc144a90c03596fb90b27a6c553fdd8a728dc 1.00 MB 2,653 258
482,396 482,396 000000000000000000a2eb29146b66be440475a526e5e75fa877eced301f27a5 1.00 MB 2,042 292
482,395 482,395 000000000000000000450197c9c4c0a492246eadeed1a6c954272bf66d46b9a7 1.00 MB 2,387 337
482,394 482,394 000000000000000000dceb9b59b79e1f03e3641276fbc83555b31b51a66825a4 0.75 MB 1,668 473
482,393 482,393 00000000000000000076b7fd687418b47d03e1ec33cea2d1ea77e7559a5d5ecf 1.00 MB 2,217 479
482,392 482,392 0000000000000000006100ac305ea0132a7412f0ede4191511d1b51abcd066c3 1.00 MB 1,944 357
482,391 482,391 000000000000000000659659e0569243e545ebd241d67488abfad8873d2143e8 1.00 MB 2,263 387
482,390 482,390 00000000000000000008e9c0da72635da7cc9828c2d764fdc85141a194bf80d7 1.00 MB 2,471 520
482,389 482,389 000000000000000000e6fda2da9750dbe2353737d7dcf1cb8b6ae01daae02d3b 1.00 MB 2,073 342
482,388 482,388 0000000000000000003509de477b9bac59ce3957e6b75ea9fde79ef3eefd1d3d 1.00 MB 2,010 407
482,387 482,387 000000000000000000929d15b6bc066605954faecae3f98db94d2ba582d4ea12 0.75 MB 1,900 508
482,386 482,386 0000000000000000012dedea4956fd78c4fd25ad805c897107caca08fe2d9d04 1.00 MB 1,804 480
482,385 482,385 000000000000000000a80ff7a445ede8e7a527851f9b2ea092e6718f5a023f4a 1.00 MB 2,151 420
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.