Memory Pool Memory Pool Refreshing

2,996 transactions
5.81 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
908,259 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,933 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,258 (840,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,854 67,854 000000000285a7b1b076a192cfa4110d2083f1d500348cd8413e850005d42ce7 0.00 MB 2 0
67,853 67,853 000000000516a84f6699429cd7c1fdb1cf73f60f7832905b3668526969768b3c 0.00 MB 1 0
67,852 67,852 0000000005448193f2207b55b09540a3aeda298e640dc8fef538680fbe9a85f4 0.00 MB 3 3,875
67,851 67,851 0000000003d7cafbb1745a64cf8de1470089e3f1e4c2e517251fdc067cb6d486 0.00 MB 3 2,403
67,850 67,850 00000000037a0e2d1f1d1404cb8c303a0935e7ea46ed40b2d152203706058638 0.00 MB 3 0
67,849 67,849 0000000004b4a947df804a6d900eb105e7136f9f17320aefd2a5405de8d82ecd 0.00 MB 3 2,403
67,848 67,848 000000000336789218d0ab04411826ce6469a5b3378aca22e1f2d4adb0628652 0.00 MB 1 0
67,847 67,847 00000000040fbfebe3b159ef33d00f95b8bff28a533a5fc2087d9b0308215d27 0.00 MB 1 0
67,846 67,846 000000000199ef47709c6316e4e9acf36d4bb145ef476212c8df826e527aaf7d 0.00 MB 2 0
67,845 67,845 0000000001a229b3eb12536de589afe6c2f196820d0efc9ad53c831e7ae5400b 0.00 MB 1 0
67,844 67,844 000000000296461bfa89a9ec56c3109406e5c8bcf5d0a3d193878d9d3378b9e5 0.00 MB 10 841
67,843 67,843 0000000001c7f620ce3dde1ea6c2b80c642c8d0394005ca804ae9027a64ddfba 0.00 MB 3 1,510
67,842 67,842 00000000053b4f7062d7720938fb0bb22dd3dc9495787f809f40e9755b0091ae 0.00 MB 2 0
67,841 67,841 000000000096a7fc269669b1b92ab35299d02dfd9667515564b153e242edb155 0.00 MB 3 2,070
67,840 67,840 0000000001972f94c66193ce715431b6e7f49919ed5df273a5ef07ee657d45c0 0.00 MB 2 0
67,839 67,839 0000000004030c479f55427aec9d863368cdc3768f4d718c15992bb159a644c0 0.00 MB 3 0
67,838 67,838 0000000002f6a82353067d9c423cbac5d5f5019a1bab904e9ec50570582e2948 0.00 MB 2 0
67,837 67,837 0000000001e93c268a3aaecaa4000da0367c8f2e1c3c5b6f49fe7c79e23b049f 0.00 MB 3 2,403
67,836 67,836 0000000004a0eb19c9583e6c84a2c0eb1e5a5f0194f0fde4e1601b2196eb18bf 0.00 MB 4 0
67,835 67,835 00000000041fa923243503c1bf70368b4f1cdd52a83a0159dfe8033b2dd47cc7 0.00 MB 3 0
67,834 67,834 00000000053a4acd8b663a4702158419a588ffc8b5bcefcf4f4abd65c4de745e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.08 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,691.24 GB sent, 98.05 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.