Memory Pool Memory Pool Refreshing

689 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,610 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (883,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,987 24,987 00000000a9e550f1510c8ee8b69568015ecde39eea2bdee9c927722133cbdb8c 0.00 MB 1 0
24,986 24,986 0000000016dc1c5f301b8b85e2dae976ca97a6873e9dda520cb143afcffebd6f 0.00 MB 1 0
24,985 24,985 0000000059a96d3db09fef23e7876035cc378d6b3fc70d8e19fa4fce4c66becd 0.00 MB 1 0
24,984 24,984 000000004a308100c3e6bf55294aab411e31231d6e1ffa49c6263f9751428d91 0.00 MB 1 0
24,983 24,983 00000000b6095f8339dd9f9616d810db9562f5ba50b87303d666137068c01f1d 0.00 MB 1 0
24,982 24,982 000000005efb957f63e7e2a12df6e9f1d018561c3c90171d893c6a7bcc535915 0.00 MB 1 0
24,981 24,981 000000002c8c779718119a611e55680542a6d2a631baf54612bb910829bbb141 0.00 MB 1 0
24,980 24,980 000000004c17f284ced0335b79c9edd6e58ce5cc2c638d7acb2346bc0a64ce30 0.00 MB 1 0
24,979 24,979 00000000ce2df8d0b34ac362ef164e49c6f7c81322c17b1c7fefce3f56f1e12d 0.00 MB 1 0
24,978 24,978 0000000042afea893ce25b8d925f8809cd7e5c36ab41a073f4e18f613116dae8 0.00 MB 1 0
24,977 24,977 00000000a3f762cfef9abed719753a54d061429afcce7fd396f7c432cbfe2798 0.00 MB 1 0
24,976 24,976 00000000eaef653ab2d6c0e44bd08315e0a037b53e7b6e6f3565bb14d93ea25e 0.00 MB 1 0
24,975 24,975 0000000044409e32403be35adaa68bcda17f9ffba8327454987664486079ab55 0.00 MB 1 0
24,974 24,974 00000000b1182f7ae034ac199ba237415128695ec02eb812ec323ed44720d030 0.00 MB 1 0
24,973 24,973 000000009886901732cf7e9c31f3f369c1a361e7b15860ae074b383e1e3c0924 0.00 MB 1 0
24,972 24,972 00000000d01e7ee3dff649bbf548cd91acdc201cd1a839b93888f5dd259cc6c8 0.00 MB 1 0
24,971 24,971 00000000f2d2eee9ce7d27116d88c790a22d13062c6f48b9d631995167788581 0.00 MB 1 0
24,970 24,970 00000000166887dc70e4ef0173a74136edb008f399051f8efb2e65a85aaf9ba5 0.00 MB 1 0
24,969 24,969 00000000d74bc7fecdbb1c263a0f2a4681fac95e6c6224577570c556ddc7bf8d 0.00 MB 1 0
24,968 24,968 0000000000f6e84b3d057bc8b837602f122133feacf3940454a861d99ad5b17a 0.00 MB 1 0
24,967 24,967 000000001095495a75b201f4ba1e4f9b9b2531409a7bce1773fd8464f9d8eae0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.