Memory Pool Memory Pool Refreshing

19,494 transactions
6.27 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (403,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,531 504,531 00000000000000000050c0ab2c6fec522eb5e35cc9036844bb55aa42a4a2e1e1 1.10 MB 1,737 271
504,530 504,530 0000000000000000001ad37e99f7c227c7a0cd440393b307f6e2809efc7a55e5 1.07 MB 2,405 413
504,529 504,529 0000000000000000000d964b81518328352be9f560620bee9836924a45eea6c9 1.06 MB 2,394 521
504,528 504,528 0000000000000000000bc03451e988b1776edf4834ec066bb5f77386bacb5a63 1.04 MB 1,467 247
504,527 504,527 0000000000000000002bdfc230315ab0661496638bb26bf2153cc577e62e0e50 1.07 MB 2,393 395
504,526 504,526 00000000000000000078c7019dc5430f9814807e850c49d14961b96ddb741ff3 1.07 MB 2,277 468
504,525 504,525 0000000000000000003651f46bb3e557d826beb276b97daad6c381494e6e5e10 1.06 MB 2,186 440
504,524 504,524 0000000000000000001b387e322d3a06bf94be4be73e2f2273074fe3a67178ee 1.06 MB 2,639 398
504,523 504,523 0000000000000000004bb78a14d974d75bc7110a06c3c67961e89392580f26db 1.06 MB 2,148 476
504,522 504,522 00000000000000000077a7ea774701f8dcd7476d5ab164f7c1451493fee9a2ae 1.03 MB 1,546 229
504,521 504,521 0000000000000000003a85c18f90887af60d5a36a3de38aa73b3f22f06e8a8c6 1.08 MB 2,013 397
504,520 504,520 0000000000000000000689f33268738fc0baaae4e3a44e6e874701a35c6db6b0 1.07 MB 2,101 508
504,519 504,519 00000000000000000058d414cec74dcf07487ad610cad1629be451fa8a085172 1.11 MB 2,863 471
504,518 504,518 000000000000000000634b6cbd328d15532643b8635820365ec8ade3f7a53159 1.08 MB 2,652 528
504,517 504,517 00000000000000000073df65fae9105751b2b7708efca2a082115c6ac795bf6f 1.03 MB 1,399 249
504,516 504,516 000000000000000000165276df8b19ca717d67e235255a073942d7ede134b64c 1.04 MB 1,197 180
504,515 504,515 0000000000000000001532faa050ce3e1353870ffdea44d03c825577fe3fff53 1.04 MB 1,543 252
504,514 504,514 0000000000000000002e4c13ef024e0e5a90d654e9fa2b4c2507b4375f4f830e 1.08 MB 2,606 498
504,513 504,513 00000000000000000053a0b86dc51cdccd961f31c7760cd1250d88bf210f8fc6 1.05 MB 1,917 360
504,512 504,512 0000000000000000001f556377c02ed06eace41ee19b698f519ae451056b1b99 1.07 MB 1,735 247
504,511 504,511 000000000000000000314ebeeb7f20f268a2c524ee29c1feaf9765045beee93a 1.09 MB 905 269
Previous 10 blocks ↓
Total Size: 769.02 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,624.49 GB sent, 93.00 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.