Memory Pool Memory Pool Refreshing

3,035 transactions
19.55 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (905,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,710 2,710 00000000a54af06bd71199d6643ecd7ca5b84a77083ec77718eced30d6222da6 0.00 MB 1 0
2,709 2,709 000000009eedee83db7da4524455a03bc5b3082d61f469c446377b18f1f8f2e4 0.00 MB 1 0
2,708 2,708 00000000bd8c7e54921ec8e98bc15f806b3f238d35a12f41d7caca5a3aec97e7 0.00 MB 1 0
2,707 2,707 00000000f87322df1a585b17e45ed0bd817db29fcba4188e413c006f785db504 0.00 MB 1 0
2,706 2,706 00000000a53c7454947e3cd86eb81c958285d5cefbff5910cf692968d443fcff 0.00 MB 1 0
2,705 2,705 000000000ba2784ee0e60204f2f49c6d3b83843c62cadf9ad5b1a2892a01f408 0.00 MB 1 0
2,704 2,704 00000000464f691ad2d73b68206aff6e217f806aa30dfe2b54fdb53765fd2e0b 0.00 MB 1 0
2,703 2,703 00000000e6f3ddd1f93c53a57d4f00e1e96246d1484b4dd7c3169f3a01f13841 0.00 MB 1 0
2,702 2,702 000000003a230554eeafcf23be3d2d283d5c93a5750d13f77c1b6f343e9dd2d9 0.00 MB 1 0
2,701 2,701 000000009d65522d29ae00f24ccc272fb66a97962440b2fd8aa0ca04bd1744ab 0.00 MB 1 0
2,700 2,700 000000001731f7bb532ebd8ff11c253f128a9e3108eaf038d8155fedeba5bc0c 0.00 MB 1 0
2,699 2,699 000000008da22f7f812db925f5ed6229d5815ae89a87d71ca612eecb8bedbe6a 0.00 MB 1 0
2,698 2,698 00000000cf6630870383558dcf82aa7b9925c75cac1f1dd39496b55be7d485f9 0.00 MB 1 0
2,697 2,697 00000000dc9d553f5c5b7d4999ac4893a3a4c04ad264c92a0d096ad6698feeec 0.00 MB 1 0
2,696 2,696 00000000b7b198680cf2afca0342000147150a1e7fd947e51f934f1efab309fe 0.00 MB 1 0
2,695 2,695 000000007a1b08a534ce7e00b4e0f3f15e598ea2cf8400a2f68077780dd786c0 0.00 MB 1 0
2,694 2,694 000000009968b9db3d60b28ebf5653412d2e3bca609498d409b3c78044a8f61d 0.00 MB 1 0
2,693 2,693 00000000b19dd11f5b01a677e535cb986db19abd975ec270a948402297e84dc3 0.00 MB 1 0
2,692 2,692 00000000c64b2c48acd6b43ac1020d5c0bdbdaea138360ab755d9b5f2a91855c 0.00 MB 1 0
2,691 2,691 0000000030b9ba1a81913fba03fe1c06b824f9610a5a91c62b7c26ca6b972d96 0.00 MB 1 0
2,690 2,690 000000008f0480e98ef05c47c0f7acf37501caf8e07a961c2c0e30add9778236 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.