Memory Pool Memory Pool Refreshing

6,803 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (56,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,448 851,448 00000000000000000002b3dc14201708f724e1dd0564de1bd57c3b254046d7ad 1.69 MB 3,864 10
851,447 851,447 00000000000000000002e7479b9a112cacbb62724b3844e3dc18f2129dbf7f85 1.84 MB 3,703 9
851,446 851,446 00000000000000000002c8726c9808907365bebbd4d593d2487d4250d328b97e 1.65 MB 3,967 12
851,445 851,445 00000000000000000002f0bdf4aa74c37af429e6508b01c7cbdba8540ac8e923 1.58 MB 3,173 13
851,444 851,444 00000000000000000001838b0e0a3236a14a1d50074adc7e0f6389e16bd30b3f 1.60 MB 7,251 5
851,443 851,443 00000000000000000001c8d1c8f83c9af99fca23d9188888cd8fc7ea184935c3 1.64 MB 4,977 8
851,442 851,442 0000000000000000000215e463c452e7e8d0a0c31c9eccd9e0b9e919f035b931 1.63 MB 7,699 5
851,441 851,441 000000000000000000015f5bf22b157168c782c01b8bfc4b9f7707872d2371e7 1.78 MB 4,317 8
851,440 851,440 0000000000000000000385cab9aa35cbcdb09790d875293c847b51af01d8612c 1.70 MB 6,716 6
851,439 851,439 000000000000000000020d13cc62fe715e629d008e5ebd25f7126e20b3b0018a 1.56 MB 4,255 5
851,438 851,438 000000000000000000037624cbc2db958e392ae51406eed385c602009030de81 1.63 MB 4,047 7
851,437 851,437 000000000000000000030b0e9c327827131426eeb1b40cf2602e110141c68ec9 1.49 MB 3,250 13
851,436 851,436 00000000000000000001f0c38c8e85f94dfa51f16f5cb5c7f61f98a759d288ac 1.54 MB 3,269 8
851,435 851,435 0000000000000000000041071c40010117285dd979fd68d6c1f8d229e91a5bd8 1.67 MB 3,354 11
851,434 851,434 0000000000000000000161b9b6ccbe13ce17c6bd6c04000135c0b3c03bb68b9a 1.51 MB 3,126 7
851,433 851,433 00000000000000000000681e533f34300563108c38f41ca90dd545ee67ea9b6f 1.59 MB 2,978 13
851,432 851,432 000000000000000000020d45e43641ef59d3aeac757fd4f26e0f4ae0b0082797 1.77 MB 3,392 10
851,431 851,431 00000000000000000001f9e095b358f82e5e9d8894f552808e21ad78fb543c5c 1.65 MB 5,305 8
851,430 851,430 000000000000000000024ecaea9d103d4537dc7cc66072857231c9458217c6fa 1.65 MB 3,956 8
851,429 851,429 000000000000000000006fdba3ebc66f8cbb4df9b6a18babe1e53fc2ed19789d 1.50 MB 7,653 5
851,428 851,428 0000000000000000000121907fd5ded63ef86429145fc6a6e4b25bdab92a7545 1.64 MB 7,295 5
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.