Memory Pool Memory Pool Refreshing

10,278 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (592,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,564 315,564 000000000000000011107ea44ce9677d697a46f91d4929d21762e7b5d31204f2 0.17 MB 226 24
315,563 315,563 00000000000000002a945bff0615b00b9cdf5905513e69afcab42c74e16a5a0c 0.08 MB 128 16
315,562 315,562 00000000000000001e63649c192028af5896a1416725120fadfec27a54af4b77 0.52 MB 694 20
315,561 315,561 00000000000000001919e4d218c923ec7660e95c88436489440b8e9b7e573a38 0.16 MB 512 51
315,560 315,560 0000000000000000341e4ef579375411ac1bb63790c85aaac42bad69223f153e 0.47 MB 291 11
315,559 315,559 000000000000000018d51547c5bf7d94e80fc46518f66e0c015070bac160221c 0.35 MB 887 36
315,558 315,558 0000000000000000175b2316f05094ef96548cf82e59184bd0f4f134573de8d2 0.90 MB 1,075 22
315,557 315,557 000000000000000026158e509eb1736823ce3de917a4ce6d01ecd0f17c76313e 0.00 MB 1 0
315,556 315,556 00000000000000001a5cf9250f452b921ab2fc6d1e2608e1851b92163379d64b 0.20 MB 354 27
315,555 315,555 0000000000000000304189720d99541fb9f624c0c3696ba7831008b3c3e301f5 0.14 MB 262 32
315,554 315,554 000000000000000029d1dbf90e28a7071ab3bd8a79d33df0d0b1b3f387b23a77 0.07 MB 101 24
315,553 315,553 00000000000000001e7ee2f5f58132968f3c175a2c1ae296183d695172e26ec5 0.37 MB 601 27
315,552 315,552 000000000000000015f3ce3aef204fd021b8f695519c3d2b1bc8980cb3921363 0.21 MB 703 9
315,551 315,551 0000000000000000030cea90f65548b43a9c2e92bf41cc949b5ff999274b6498 0.37 MB 197 14
315,550 315,550 000000000000000020e4d72d5130292876d1bb36e233604cfeb565f016ba055e 0.93 MB 1,171 24
315,549 315,549 00000000000000000bd39ea73ae0a2806469263fb9f7afd9dcdfe0082d55a06d 0.74 MB 1,008 21
315,548 315,548 000000000000000026a66184ccf21a35cc5d8f6cd7925d454361ec391420c592 0.01 MB 25 26
315,547 315,547 000000000000000033ebb27e232c3eda2935fc59ab5ee0826537ba95791e1fbb 0.12 MB 149 14
315,546 315,546 000000000000000002b7495f4de3f640adf8735647994940ea9e61ec4b33f04a 0.03 MB 39 10
315,545 315,545 00000000000000002f84ec845e822c974706f18eae40f3faa62f3893ee18c7db 0.00 MB 1 0
315,544 315,544 000000000000000009e5fbd065cdbb73fc048815cfa8020349dbab4a2f5cc728 0.48 MB 374 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.