Memory Pool Memory Pool Refreshing

885 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 885 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (405,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
502,664 502,664 00000000000000000086834f4afa2fde67a20b4fdedc27e778f3c510d8a8b854 1.06 MB 2,519 504
502,663 502,663 0000000000000000005714522953ba2dd0b026fe2b57d951d2d82fdfacfe4b10 1.14 MB 2,198 422
502,662 502,662 0000000000000000002d7a9aae9dd20222acac8849a20038bba077571d7e495e 1.04 MB 2,517 513
502,661 502,661 0000000000000000001380e2db2a6d558fdf7ca4443b4144f2a65595d60a11c6 1.02 MB 2,482 448
502,660 502,660 000000000000000000480b30794acc9b090feec94504d24373599581d389b7c3 1.04 MB 2,462 486
502,659 502,659 00000000000000000017bdfce59605f2a36d03ba3d9e892c7421f632537d53a3 1.07 MB 2,151 464
502,658 502,658 00000000000000000004f9407e789d379cc38ed8a2eda3c9f930cb1d7b199f58 1.04 MB 2,646 532
502,657 502,657 0000000000000000007113047a731a6416872ff209cb4f47bce5cfb3c88fcb25 1.06 MB 2,689 492
502,656 502,656 00000000000000000039dc5ad910a728ed4858302d00050eed35737fcee7826c 1.07 MB 2,747 525
502,655 502,655 0000000000000000003fa9e0f82c7cf6bc6ab6a72a5710987bc11b13da616d5c 1.04 MB 2,269 487
502,654 502,654 0000000000000000002354136d6854fe09c2cb1ce6481d2eb7a680f42b1ed927 1.03 MB 2,659 386
502,653 502,653 0000000000000000005996cbb1ff08c944252f9fd82ecd39973a8dd85e5c381d 1.06 MB 2,566 420
502,652 502,652 0000000000000000006ceae0d4e95c75064307245f0d431063340668ab905068 1.03 MB 1,528 342
502,651 502,651 0000000000000000007fbe233a894ee0de789551e6f0ac6923c7c7b2d6b68fc5 1.09 MB 1,833 385
502,650 502,650 0000000000000000008ab6d7ef48d18b0eeaa85fec9e84301099f200ebca6843 1.05 MB 2,126 497
502,649 502,649 00000000000000000066948f128411ad90fd89b4f626399e623c413341f1c7c9 1.05 MB 1,827 493
502,648 502,648 0000000000000000007db37f0b56bcf5e49c18006c6b94ada783ed28eb778465 1.06 MB 2,257 534
502,647 502,647 000000000000000000568687e1ff5caeadf198145c6dc71375502ee60d51e7f8 1.06 MB 2,188 514
502,646 502,646 00000000000000000040dbde5050f26f9ad47e6bca6adb9ad0f1130923107401 1.03 MB 2,017 366
502,645 502,645 00000000000000000014cbeda9f637644e26dae1a0484d06f8b8c965f41aac6b 1.03 MB 2,128 349
502,644 502,644 0000000000000000008fee89d6547ec8c1ae177d99af52958a4d62047d22b341 1.07 MB 2,058 347
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.