Memory Pool Memory Pool Refreshing

2,437 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (826,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,890 81,890 000000000003e367f783ea1f648c9ffb889afb8ef31ef2e906ddebf6d682587a 0.00 MB 1 0
81,889 81,889 000000000034dba308ccd49c1daf4a0a55616f869e45f4aebe9735e2c4f63668 0.00 MB 1 0
81,888 81,888 0000000000431c27bb5f1bb249475af0fd09d8648d7c949322bb53e4ec19ef57 0.00 MB 1 0
81,887 81,887 00000000001c9cee973e97efe3e3f3c5b03f8aa96c9d3311e326c38bc0d0f7fe 0.00 MB 1 0
81,886 81,886 00000000000f23815d1f86881b5d0238e5e18b0917349af776b3650dbe7a3069 0.00 MB 1 0
81,885 81,885 00000000001236f8e9217e3a5f0f2d4bd7f37bce6a38c86880002b2c7497df5b 0.00 MB 1 0
81,884 81,884 000000000033e0572856d0724a9ecfdc5b7123e67fbb7a944306f98308945a6a 0.00 MB 1 0
81,883 81,883 000000000008e342b63f9b9b031b59206a78b64e31efa423e5b55691c01f0c2f 0.00 MB 2 0
81,882 81,882 000000000024575161265f19a18aa123950c51742d8341501cc7c88ffd086a17 0.00 MB 1 0
81,881 81,881 0000000000130e73eb0ef1a5d64b701b82344d799853636fe3d4c63ceb9f0531 0.00 MB 1 0
81,880 81,880 00000000000adb16c53b6ed113fdc2bc2ee6a1ab9211e3296f3e62ee61893fa3 0.00 MB 1 0
81,879 81,879 0000000000039e6ef19be726e36b3d347e01b278ed9c347f587e0eed660ee887 0.00 MB 1 0
81,878 81,878 000000000023a6911547e37fbe474f1b0add4fd79cfdbf964b8c5c50eb7530d9 0.00 MB 4 0
81,877 81,877 000000000001b047f58bd37e788c06079fe2d13bec39fc35d1c28bba09e6d9cb 0.00 MB 1 0
81,876 81,876 00000000000ce273e3126bdb98cab8ada8f1133ee2ab3e278c707db29babe7f2 0.00 MB 3 0
81,875 81,875 00000000002fa330a8aa83f018633f6cbad3eb7efdef7a160403dd3c1ee2b143 0.00 MB 1 0
81,874 81,874 0000000000142bb1fbd7b68b10086e27e077ebdb798adc2329a5667778b07495 0.00 MB 1 0
81,873 81,873 00000000002b8c342ea235ea576d7074c585ebee6c1dfd874742504ba25ba126 0.00 MB 6 0
81,872 81,872 00000000003ab5551fb8736e2ce9084dc58fd62f51f2d17714cb0249b1263590 0.00 MB 1 0
81,871 81,871 000000000037990120ce9c8e60b4583a45e6ebc1512a6ba1e8b44c2a1bdb92e1 0.00 MB 1 0
81,870 81,870 00000000000fa662a99a20de10dde23b4bed6126f2061f15b01c02599c813c7a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.