Memory Pool Memory Pool Refreshing

1,528 transactions
0.49 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
1 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (377,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,556 530,556 00000000000000000018e4dfd6dbe7a306a0cf8f11d3b6850bd4378e0da70ae1 1.20 MB 2,792 18
530,555 530,555 0000000000000000001a186af2b2e4636af919fa2619c44207b9a65e735e1e9a 0.77 MB 1,436 39
530,554 530,554 00000000000000000000b4d5ccf32386d3586e5443c032230356daf700078892 1.01 MB 164 2
530,553 530,553 00000000000000000014d83fa4c325768a7b93484343e7c9a68437eb9ddd3fab 1.05 MB 736 10
530,552 530,552 00000000000000000002bb97903e7365e137886642db688d1e11cf57eb6fbcb7 1.16 MB 2,473 20
530,551 530,551 0000000000000000002502661079844a124118fc19d24fd3f017f6bc711558b5 0.41 MB 596 48
530,550 530,550 0000000000000000000582eb10bfbd29e5cc8491c70f9ca2c254fe0295e6d280 1.17 MB 1,568 4
530,549 530,549 0000000000000000002400391b83fe9a1153c35b6c29797815133de4b23bd8cd 1.14 MB 2,491 7
530,548 530,548 0000000000000000001e0f7b459e897e464bec1373312adbe8a337a8437cd60e 0.00 MB 1 0
530,547 530,547 00000000000000000015e5d3c0239c0228af3998a42383fa9d271f38edfab285 1.15 MB 2,625 36
530,546 530,546 0000000000000000001a50ce76842be4e1b775db88cd430f85b18a0fd83821a0 1.14 MB 1,827 51
530,545 530,545 00000000000000000002ff67261a4d0c4b8e71f6369f295fd198d40327f38bc3 0.55 MB 1,083 29
530,544 530,544 0000000000000000002e64c21a086912ad75a5be63d74e80095cfad7dad01d6a 0.69 MB 1,439 41
530,543 530,543 000000000000000000167de10b028331b9953a3c52a972839bb70b442f6eae26 0.88 MB 2,028 30
530,542 530,542 00000000000000000028be306476a7132f0f00b420159b7ca10dad3f317c204a 0.37 MB 619 35
530,541 530,541 000000000000000000292318f0130868a918037814b86095cc829fcf5aa1f2cc 0.02 MB 52 47
530,540 530,540 0000000000000000002c3f05c06e2edaf1cd255d131cf8d1ac49d2126581d98a 0.14 MB 342 34
530,539 530,539 00000000000000000014e7ff2afa200804c4dfa5aeb4c19346b3f4bd87ab451a 0.45 MB 852 19
530,538 530,538 0000000000000000002a2ca88fd2629406ce8f5c518cad8f9800ed8d25c1c9f3 1.11 MB 2,094 14
530,537 530,537 000000000000000000118ca5bfb6c8c1b6e8de39a2a7b5af309a990f8ecbaa6a 1.06 MB 2,364 29
530,536 530,536 0000000000000000003336992763a6c3b8a2b9c2332fbbefc45a973baa72b5f0 1.26 MB 2,254 34
Previous 10 blocks ↓
Total Size: 769.54 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,648.37 GB sent, 95.65 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.