Memory Pool Memory Pool Refreshing

11,700 transactions
6.38 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,668 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,242 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,667 (768,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,054 133,054 0000000000000c26e24722d39d92641ffda32e521f9d73e4b3a82afe5b3030f5 0.04 MB 45 8
133,053 133,053 0000000000000bf2292393bbdf85c96874d7a5c198dcbd892b849700facb34cb 0.01 MB 15 1,129
133,052 133,052 0000000000000c44102752a1b10c92cf6253e207e93956fc406c8fc9b9a3b3ce 0.01 MB 33 687
133,051 133,051 0000000000000c0f44e9b22d0fdff8f02d211d1e155a7d8f8e106fe7ca124c83 0.01 MB 21 213
133,050 133,050 000000000000110c67a2935aff014ed2094062d2595b70d5c9cdf0d127f8c48d 0.00 MB 1 0
133,049 133,049 00000000000005037104541a19a3b54f7049abe44c89fcda75d79532d3509381 0.03 MB 80 225
133,048 133,048 000000000000126ea3bc4b8533cfebed114c422ef1535dd7f2fbce17de85adb4 0.01 MB 21 692
133,047 133,047 0000000000000001e4646f3b4841707b62ecf7412ebc0bdbd2538e745d474a79 0.01 MB 30 643
133,046 133,046 0000000000000eba79ce8b5666a2541b5d9acc5806960b37741690d6b8cb6bcb 0.00 MB 11 583
133,045 133,045 00000000000004cb300dbf1dd17046d326a4b8742f0965fef764605687302908 0.00 MB 5 0
133,044 133,044 0000000000000c9c9a7f1a190266d7d191a8c5670526aad9b23faf58a3826ed2 0.00 MB 12 78
133,043 133,043 0000000000000cf1b2055e0cedfe8463d637e91ae2fbafead3b2ee39c3fc48fe 0.00 MB 8 736
133,042 133,042 000000000000050e03851523820b3386e31495a724a7d678a2413b41d26982f6 0.00 MB 13 1,183
133,041 133,041 0000000000000d863a6e2e33d1df27a25fc967402fb073d1ae3483dcfd89b8c3 0.03 MB 111 357
133,040 133,040 00000000000012df0e050dff19a8b6d5369d8e560c4d905cb9918dac93ac2661 0.00 MB 20 0
133,039 133,039 0000000000000d7d82e0282381324715818c6b80868ca05a008c1a2ea711bd63 0.01 MB 46 226
133,038 133,038 0000000000000569ad4011c8105047abd817f72548b884f2deb4a42e7247a8db 0.01 MB 22 573
133,037 133,037 00000000000009e38e6f890f84370ef88505c3ffe304de91f9a6a8b460a5e673 0.05 MB 140 238
133,036 133,036 0000000000000317c8021e336fcd748273b2a5b25fe63193311ba73bcb865b44 0.00 MB 13 436
133,035 133,035 00000000000010d36779832ca7905a33bf741f4ec75077a36ef0d2dd259e444c 0.01 MB 35 788
133,034 133,034 000000000000092fc49a39d303ec8dec115a06feef710102c08bf3c0c4d6c0bf 0.01 MB 38 777
Previous 10 blocks ↓
Total Size: 758.61 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: 747.83 GB sent, 39.94 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.