Memory Pool Memory Pool Refreshing

5,702 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (50,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,367 857,367 00000000000000000000c95137e7f1e3c90baa6a0fb2311fdf51bf88b3b118a1 1.65 MB 5,057 5
857,366 857,366 000000000000000000023cbae6c83b27005d7ef97fd405362106641ce790f053 1.93 MB 2,898 7
857,365 857,365 0000000000000000000217fc5b7683f6d974abd4c38db0ac9d3610d3994bf9a5 1.56 MB 2,382 8
857,364 857,364 00000000000000000002a71b8b25231471ce0671c1acf375c1a8abe472fc578a 1.55 MB 6,179 3
857,363 857,363 00000000000000000001467281e6457004a0322ad55fa1cd1ccccafa39903aff 1.69 MB 6,134 4
857,362 857,362 00000000000000000001850f73f1746cfb881efc8b941629c818006b96f683ce 1.87 MB 5,677 3
857,361 857,361 0000000000000000000286d1a8049522b5debbc22086930b520f09d3c10ff3ce 1.60 MB 5,813 5
857,360 857,360 00000000000000000001b0a1bdf04d8051096112c8b06411959198722d19ba09 1.92 MB 3,664 3
857,359 857,359 00000000000000000000fa1d5a074c9aee758c175589162f29151a93d6332861 1.59 MB 3,554 6
857,358 857,358 00000000000000000000a96acb1dbcaaea05c04f9f81a5c74b11c31fbb8a9b70 1.44 MB 2,812 6
857,357 857,357 0000000000000000000148cd7a002296dbcc510e2e18d246986df0a4a742da3a 1.61 MB 3,827 8
857,356 857,356 00000000000000000000e9fd5465868b6a8041864f6a02f1a5b1860dba7bed61 1.50 MB 3,174 14
857,355 857,355 000000000000000000024239294503accf468a325792dea7cd9c00124e673dbd 1.65 MB 5,076 3
857,354 857,354 00000000000000000003266380f828842d5c75bada653b0cfff393026f5a13c7 1.71 MB 2,921 4
857,353 857,353 00000000000000000000bec8e38885077cf792157427374e2a9f1cce4d0813a5 1.58 MB 2,694 8
857,352 857,352 000000000000000000018ffe491a1187ee7f98209dd1b7d16d4f1fab563f25a4 1.81 MB 3,310 6
857,351 857,351 00000000000000000000e8082522dd5f36c5f52a909fb0ae141e1823e3c2815b 1.75 MB 2,704 4
857,350 857,350 0000000000000000000053559c86fe85709ee88a5cd8bae116782ab15c70d467 1.83 MB 3,249 6
857,349 857,349 00000000000000000000b29613b6adf2f078dbed57c01802064517626b61a9ef 1.73 MB 4,022 5
857,348 857,348 00000000000000000001bee3a5d2562e79632c181aebaa1c7cb821c20824983e 1.62 MB 2,426 6
857,347 857,347 0000000000000000000007149f202d9b5eb45a344c41d74514adc4a14b71177a 1.60 MB 3,193 9
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.