Memory Pool Memory Pool Refreshing

3,610 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (109,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,541 798,541 00000000000000000003d6214e7a762ef8c0a3a55b8432278fdaed10adff6048 2.09 MB 2,055 10
798,540 798,540 000000000000000000042fa1253b4dbab9bfbeca4fee4c5e350ea3703e6e696f 1.63 MB 2,743 13
798,539 798,539 00000000000000000001afa7094a59bf37b5f3b80152954175e08239da272f86 1.65 MB 3,537 8
798,538 798,538 0000000000000000000426475dd84325ea81cad15c6a47c0f35680d471f10e4e 1.60 MB 3,565 18
798,537 798,537 00000000000000000004d5aeab71a81eee7ccbcbe78b36ec00712e7807a71887 1.52 MB 3,737 21
798,536 798,536 00000000000000000002ae095d08c46ad1f2281ba565cd321c80214af16fb1db 1.71 MB 4,020 9
798,535 798,535 0000000000000000000099d098b53ad32af18a58a67191047ac5f27a1ed311d8 1.80 MB 4,036 8
798,534 798,534 00000000000000000003c8dc65a1334b8262f1c476ff87bb5675bda2863619b8 1.67 MB 3,187 13
798,533 798,533 00000000000000000002cc7b2e3b335937eb5d10b6941072bca0dec251b0e2e7 1.65 MB 4,071 15
798,532 798,532 00000000000000000004c6497b47093590ecf1b7e61c69a0039807dd2744b95f 1.32 MB 1,890 24
798,531 798,531 0000000000000000000069d86ea09bdcccfe0bcb8fa8492440f1f874666ee3f2 1.83 MB 2,880 11
798,530 798,530 00000000000000000004c61d52a4861888b5f3f0878aa139cb98d164314202c0 1.83 MB 4,074 7
798,529 798,529 00000000000000000001116792f57b8fbd13fd9165f5b2f0a97fe65e961aad4e 2.07 MB 4,880 8
798,528 798,528 000000000000000000028e10ec04eb090ec4c9c1381f52b78b989d1027506a2b 1.65 MB 4,086 7
798,527 798,527 00000000000000000000493924ac17ad69901459f72aa9ecffc4b3a73bd3caa6 1.91 MB 2,295 9
798,526 798,526 000000000000000000049d1d9132588e4319af8bcde37930a5254bc5084f0bf1 1.43 MB 2,588 13
798,525 798,525 0000000000000000000454bb860153893c1cf9578852ab09d85e652924ef9c20 1.86 MB 3,106 9
798,524 798,524 000000000000000000031dd754ab76d40691ecc3a94b3b0f818a7daf3e0b66b4 1.47 MB 2,374 11
798,523 798,523 00000000000000000001f4160f637f5c2775ec02594e969c9c04c988109c852c 1.47 MB 3,344 20
798,522 798,522 0000000000000000000130d869a8bc9074098ba7c33eade4f570045e492bb631 1.55 MB 3,281 19
798,521 798,521 00000000000000000003dbef97570c9748987754260652a54da90e22c65ecc2d 1.42 MB 1,676 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.