Memory Pool Memory Pool Refreshing

3,219 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,481 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (775,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,782 132,782 000000000000049f974af8a1e4a05eb0f99d08d1317e558db3d358050b5aef4a 0.00 MB 11 283
132,781 132,781 000000000000108344557ac7d7ee918e21779eb4fe0623e1b14168ce8a5a3f3b 0.02 MB 47 415
132,780 132,780 000000000000073bb5fd200511f161c4a29d0ff1e5c74b521b120cf3d3bad7c7 0.02 MB 73 70
132,779 132,779 0000000000000b82ee22185b6803947580343a4b949643d351966025963eba8b 0.01 MB 4 69
132,778 132,778 00000000000012931a72ef9da6c2f5e7061d9fb9754ac571aaf33eb3c05d363c 0.03 MB 83 1,503
132,777 132,777 00000000000005de17425639b65279cf9c1c7d0f60f50f2f3059ffa2a604d6d2 0.00 MB 6 338
132,776 132,776 00000000000012bd4cff18b752b86fa0f3ed88f294899fe02e81e4bc3107d0c5 0.00 MB 10 750
132,775 132,775 0000000000000a2db08901ff01eb2d0e2c22a3886ca2d4de94cd53f3441b9d2b 0.01 MB 23 717
132,774 132,774 00000000000012bf92c420ce7f09e317b8e707a39935675ad44651ff82487430 0.03 MB 107 112
132,773 132,773 0000000000000651a58231a775c2bbea1aef6708790e73bd232c1b7cf8b9c87b 0.01 MB 16 63
132,772 132,772 0000000000000cf1e9186aa2675151b8bb51f11e401ca0e3009b8f4d9cb1f5a1 0.01 MB 19 987
132,771 132,771 0000000000000d349e91ae186008362b63a6d76e248f8da4327068ff6d00e8ec 0.01 MB 51 412
132,770 132,770 00000000000003dc24387ff6dccbc5f84356d426c985b9ea117c13d0854e3ef4 0.02 MB 43 807
132,769 132,769 000000000000047281d5b0f2e3eec7e8d0b6b4e7741c020b101bd52bc24b030f 0.00 MB 11 1,080
132,768 132,768 0000000000000870c43467b34090e4c5f3d2626afec237855f7843dc0fb866fb 0.05 MB 102 486
132,767 132,767 00000000000011aa35a6876480ee282a82168f80fe31bf11a1f31c9792efadea 0.01 MB 32 540
132,766 132,766 000000000000075f0bc46ac20dc2c31119bac17fe030e893f4fd74aff2a92c4f 0.01 MB 42 877
132,765 132,765 0000000000000838d4c2cf9f0ea98ce216999f6f0fe1711caad198150bbda684 0.02 MB 59 212
132,764 132,764 00000000000007fe38309c1e7c46778b11862ff3104deee42a1998212e8d88af 0.02 MB 55 339
132,763 132,763 0000000000000e4d800e1b5417803bad535be19cfa79a10b04e7b657f0a2f2a4 0.00 MB 11 1,360
132,762 132,762 00000000000012ad9b8fb55b0d7a0bb08c8c76eb440f553c502b19cc777a88f5 0.00 MB 5 141
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.17 GB sent, 94.86 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.