Memory Pool Memory Pool Refreshing

2,113 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (531,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
376,539 376,539 00000000000000000719a59e828cb213421cc4e5ce0e7d7c93786580938af113 0.05 MB 87 22
376,538 376,538 00000000000000000945f8b50cc5fcdcde9c22de3a0a72673b9bcab66c5af8dd 0.81 MB 1,673 35
376,537 376,537 000000000000000000650af8eb2e81221cb06d4f98daa17503bafe67c45f45a7 0.55 MB 1,324 41
376,536 376,536 000000000000000008911543c3703b81c5f11baadebb2c738a11eee35060f786 0.24 MB 505 38
376,535 376,535 00000000000000000bd63dba5a47daa4a5e8c7c573deda15c1adff686c0a1353 0.31 MB 520 27
376,534 376,534 00000000000000000d7ca71de32e5813f6673548eafac14cd49142c059020c1b 0.77 MB 1,253 33
376,533 376,533 00000000000000000cdfb41b94687768d8ce7d397e9878ecc722e38e48543ad5 0.23 MB 345 27
376,532 376,532 000000000000000003fbb6909c6f4fd282b66ead4d5b791dadebd2d1f076b5ca 0.88 MB 1,168 20
376,531 376,531 00000000000000000d7e88b4cbf9e7be11380652e1c4b8cc9013063f3f7e9d13 0.95 MB 2,482 49
376,530 376,530 000000000000000006db39f06f2f626ccf2f2dafd2410847bed49522c6983f5f 0.75 MB 591 15
376,529 376,529 00000000000000000e85ac3e642e173f9a6b73b6103530a9776c67ef7b4f8bb3 1.00 MB 2,439 42
376,528 376,528 00000000000000000550bff9b2673af23b57dffe7641d371fa25e271e94e2ad6 0.14 MB 148 27
376,527 376,527 00000000000000000d6ca16b3b54c1d98244fdbffc85f2af0206829d0778a25a 0.37 MB 756 37
376,526 376,526 00000000000000000d271d7ca3e04e564b4cfa9168506eccaf9c2f213e975dd0 0.53 MB 990 34
376,525 376,525 0000000000000000006f2abe95e361b73289e4a79ba3124801896f6b7dc8d977 0.91 MB 1,689 33
376,524 376,524 0000000000000000036936729fc15b74b74e774c9be941ce6109be2952276865 0.20 MB 334 27
376,523 376,523 00000000000000000368227ec1de9c27c14d23cb7be9e9f38c0082db79a87c49 0.64 MB 1,420 37
376,522 376,522 000000000000000010b0f550562b743c2e4dc5af0385ea58a6ece32d8783a091 0.36 MB 850 39
376,521 376,521 00000000000000000a467958096f9e6c3f7bc8332d58d6d508dd4e965923d8e8 0.85 MB 1,297 33
376,520 376,520 00000000000000000ca626374f25dadbbb9245e60563a4d876f3c73070ad3849 0.65 MB 1,138 33
376,519 376,519 0000000000000000102f6eb0772c453a0ad0e10a6f720f41a7f008a7d329ef66 0.12 MB 233 31
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.