Memory Pool Memory Pool Refreshing

17,622 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (95,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,110 812,110 00000000000000000001b948fcfc46fc0742abc70f61e5b4ae094a59b8c795fd 1.98 MB 195 2
812,109 812,109 00000000000000000000cde65c0243546c4f4b674607550d4e58e509a80b2cbf 2.02 MB 1,662 7
812,108 812,108 0000000000000000000216dcfd83600ab2dc454e49ffe03618bceb5c9b546c07 2.32 MB 1,461 2
812,107 812,107 0000000000000000000082a7482a6f783940a53d768edef9a5e27e8850f4c9a7 1.68 MB 2,199 12
812,106 812,106 00000000000000000002f2677f9dda75d6327e9deedff7e757a4b2840f4cf028 2.22 MB 1,545 4
812,105 812,105 000000000000000000002d316838b6ea38586bca1b789eca47b9d7bbefc9a47b 1.55 MB 2,620 9
812,104 812,104 0000000000000000000410e0d690a9f9d9625c4b5308ebd69cc52bea9e915910 1.63 MB 3,872 14
812,103 812,103 00000000000000000000803a4f43960e932126a6cdede4246a027a5dafb3bbe3 1.98 MB 1,823 5
812,102 812,102 00000000000000000002f8ec3d3f1b53627ef2e8297ba612d34b2c58af907494 1.91 MB 2,617 8
812,101 812,101 00000000000000000004935ec977aec859533eec93186d2bd293d0384192b3ce 1.94 MB 596 2
812,100 812,100 000000000000000000021dfb1e0756ee461f7091e4d80756687a9681a56f2e9e 1.77 MB 3,425 12
812,099 812,099 000000000000000000019f5ce4e0ff59586b13bdf292769e75df3b3b3080b6de 1.96 MB 1,058 5
812,098 812,098 00000000000000000001f0232acf85af196ad5f500074caa2ed2a14b59c630fa 1.87 MB 607 2
812,097 812,097 00000000000000000003c401d03b124056fb3b71d462e9a6a83dde958e0b53a5 1.79 MB 1,200 8
812,096 812,096 00000000000000000004e78ba4a3a1cc780aba359710b72aa06d40804e6ce218 1.83 MB 1,579 6
812,095 812,095 000000000000000000021efbffa05769212f51ef189075bc055508ff45119a30 1.60 MB 1,525 7
812,094 812,094 00000000000000000001f9f6853dcf590e6d60e3cbdb31999620d2d0de3d7c32 2.13 MB 1,536 8
812,093 812,093 0000000000000000000276e9ced4b1703bbea644d8e40d3a49e9505fc3f8c425 1.92 MB 2,987 9
812,092 812,092 00000000000000000002fd403d455f3b258b3b85b14b8233f65f53cc8f6242a0 1.67 MB 2,229 11
812,091 812,091 00000000000000000000fbe825675bdf56c49bd4f2d9a6e7d391c7090dd40762 2.09 MB 563 4
812,090 812,090 000000000000000000015496597e9e7c1ee0f2166f4c5f0931c4412aa4a0f7ea 2.15 MB 295 2
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.