Memory Pool Memory Pool Refreshing

828 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 828 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (151,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,884 755,884 0000000000000000000617cbdf88c7ca82c7bdf461dabde29bdad3316764db6e 1.31 MB 1,170 5
755,883 755,883 00000000000000000005befafc5b3d157e416f20c538c2b4017e587f185ba330 1.61 MB 1,940 6
755,882 755,882 0000000000000000000795a007335ea45af23d7b36b4d1faa144de459a71a224 1.61 MB 996 4
755,881 755,881 00000000000000000002aecea4fb4e87adc657c08e4f5eaddee4b6d490553509 1.32 MB 1,360 7
755,880 755,880 000000000000000000055a1802984cff20e8ecb4d4acee6b549abf4c108d59fa 1.61 MB 2,698 15
755,879 755,879 0000000000000000000408513ad469d63653d8e0262a64bac106228e0cb14ab0 1.69 MB 2,232 11
755,878 755,878 000000000000000000068250a547ab856ef61da22c237c7ecffc37ac9d67c028 1.48 MB 3,086 25
755,877 755,877 00000000000000000002efed9a62460fadc1166160909724115cd1b0dc33fd16 1.23 MB 864 13
755,876 755,876 0000000000000000000653475915e16fba732ee10dacda6675d7a6d7cd330521 1.27 MB 1,748 20
755,875 755,875 0000000000000000000804a785bbf26b7268a872ba17b9e9542a41ef25f1c5fe 0.19 MB 297 11
755,874 755,874 000000000000000000089dd6d07c691bd047137bd561f8e7ac4b3f91c3d6aa42 1.62 MB 2,158 11
755,873 755,873 000000000000000000051d293d02f6791592fdc53012caa5dbf61cb3a0f4026d 1.73 MB 801 4
755,872 755,872 00000000000000000000dd6a261fa2b6b6d532f95be82632bee5ae22ead2d98f 1.58 MB 2,743 13
755,871 755,871 000000000000000000055263c185dcfed14954bee9b7b2e366f89a681dfb7b82 1.72 MB 1,927 4
755,870 755,870 00000000000000000002c16bd3a67badac40ab34a3e9111974347d2c2e3173dd 1.77 MB 2,468 15
755,869 755,869 0000000000000000000652753de7cdd2d08cf51ab7c8ca425df6a0c41e481ff2 1.49 MB 2,632 9
755,868 755,868 00000000000000000008af262d901c322b2ea6fd4bd794acbedc3dd152a1a6f3 1.79 MB 2,045 11
755,867 755,867 000000000000000000039516040a658f86786383f1f8af02a580c8ba9f2668c0 1.24 MB 1,791 17
755,866 755,866 00000000000000000005c0ff78ef8a2a042659773ff9b174d78b4e13e7f05194 1.87 MB 1,756 15
755,865 755,865 00000000000000000007557f3f579ea1fb5c86a69b03a735ed7075196d23dd93 1.64 MB 2,441 21
755,864 755,864 00000000000000000004df14c0b679691e05c85c4104ffc7e2bc1151478c518d 0.55 MB 1,058 13
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.