Memory Pool Memory Pool Refreshing

335 transactions
0.11 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
906,322 000000000000000000023aa60000000000000000000000000000000000000000 0.10 vMB 330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,321 (64,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,577 841,577 00000000000000000003296cb950e61ab21541a1cb48e49c14c4279f25046b78 1.75 MB 5,424 18
841,576 841,576 000000000000000000000e3d7bc4c1a4ff6bf4f0a510e77b062a7e249605f5d9 1.80 MB 1,530 23
841,575 841,575 000000000000000000015b56bf34ee437ae41b48ee97a3bf13822fe1eff63942 1.43 MB 3,084 35
841,574 841,574 00000000000000000000c0eb4871e96468633d031b2a9cda4cdf0fa63fe93784 1.56 MB 4,725 27
841,573 841,573 00000000000000000003314b4658875bdeea3e354af11e39ca6994133e6ded31 1.65 MB 5,248 22
841,572 841,572 00000000000000000001cb885755a79a3714877010af418a25189e9b88ac9267 1.84 MB 2,543 23
841,571 841,571 00000000000000000002758b3cefbd066d74078df43820bae91954d8a3606590 1.78 MB 3,759 20
841,570 841,570 000000000000000000020c6c5a3a3692bc6eb945904e5bcf3faacd00969f95d9 2.04 MB 3,391 21
841,569 841,569 00000000000000000002797f5061823742bd2a1e1a3c18f1f8be71e25ff6c2e0 1.73 MB 3,261 31
841,568 841,568 000000000000000000004c4208d2e939040734b2400362bab0893236edf321f9 1.78 MB 3,339 23
841,567 841,567 000000000000000000021b1ebba7769fe1e8c263abce28496c41fd0b223db3ba 1.77 MB 1,864 21
841,566 841,566 00000000000000000003288e65f0f9ff81bbc21f0df93f6cd469a8d760f45fa5 1.61 MB 3,329 38
841,565 841,565 00000000000000000000a35808e2e84833978cf29ce569fa517f4d4868b31700 1.56 MB 3,579 40
841,564 841,564 00000000000000000001e17d2d283cdb965f88984ccee27bcb7a585fe3d41174 1.59 MB 1,540 21
841,563 841,563 000000000000000000006af9771c2689fd5aaca86e2223e7dc3ba854d046f880 1.49 MB 1,299 24
841,562 841,562 00000000000000000000060832ca8883daa4a528a196e3581e005f8c39ddfbe1 1.74 MB 2,357 25
841,561 841,561 000000000000000000018e0fcf894f7d222b8687c776c83b4b8f15431fd909a0 1.54 MB 2,835 40
841,560 841,560 0000000000000000000196028e8d93f3b6f1359a954dc30ecfece0b7171d2f5b 1.61 MB 3,317 45
841,559 841,559 000000000000000000029a14ca46b641cadd5adf8a9512869b04b4dc640b10f0 1.48 MB 2,056 25
841,558 841,558 00000000000000000002e52118eef19462e543d8f7f904102ae8f376178d70bd 1.53 MB 3,329 43
841,557 841,557 0000000000000000000069a38993d8375c8cd754d6b4afdd820b026da1dcf4f5 1.64 MB 2,994 38
Previous 10 blocks ↓
Total Size: 766.50 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,454.11 GB sent, 79.89 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.