Memory Pool Memory Pool Refreshing

3,687 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (558,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,629 349,629 000000000000000011c482bca05fce2c66c1b6078ef87e6f710f223d93ed0edb 0.09 MB 121 18
349,628 349,628 00000000000000000b758def212ac9d95e079172039e320b63f835f4bdea9d76 0.28 MB 361 24
349,627 349,627 00000000000000001005f25eff2a85f1ffe991ccbd475bafc2a2b048c57eaa78 0.11 MB 188 27
349,626 349,626 000000000000000000e67a22642886edda5575cb49d9ea5da79e826ae0c3021d 0.74 MB 833 17
349,625 349,625 0000000000000000115b24ab2e4f6cc5d6b00c68f3c38bd60cdb2dfa962e23ce 0.71 MB 607 14
349,624 349,624 00000000000000000bfa0ec140d3b13780aa98575e6af2d47a806dfdfee61077 0.02 MB 21 12
349,623 349,623 000000000000000013cb76bccc485db6abdf70d417152ba44b93c4f7075ea262 0.43 MB 446 13
349,622 349,622 0000000000000000040a927888955888d71a5e18059393a59cd9e0861adeb796 0.73 MB 549 11
349,621 349,621 0000000000000000076d20037bcf29bcefc5dd90b72df116c561a09d9d0dc21e 0.22 MB 254 21
349,620 349,620 00000000000000000fd6feb562924cd3b9d17c7ab64a3c37ab41593b327d5b26 0.37 MB 478 18
349,619 349,619 000000000000000003322fab999d98f465520e1975982a72f145cb854ceea3bf 0.09 MB 140 24
349,618 349,618 000000000000000014d23f17fba08db27fb249563700cfb731be07d18fcff554 0.56 MB 57 6
349,617 349,617 000000000000000001928a3490a068ad0dc00e9cd1f4d0dae25af087691c6972 0.69 MB 857 15
349,616 349,616 000000000000000002c91d698dc786d940aa5bffc0a060d01588c03e8d22901a 0.00 MB 1 0
349,615 349,615 00000000000000000f891f3c9fa33c6401ac247c546a5db390658aa65ffdcf37 0.75 MB 1,778 29
349,614 349,614 000000000000000004f93c1d3d1ae12827ee6a5fb3016fc97679ae2709e575da 0.29 MB 1,024 72
349,613 349,613 0000000000000000110d6eb51a7922a37f84c57f02d2dc8c1ecb1441a11c8278 0.32 MB 661 27
349,612 349,612 0000000000000000061723db0ff11ad968511ac5f910f770e47604a380bd7192 0.43 MB 782 26
349,611 349,611 00000000000000000359ce47f8c0dab5563dc86b7f8f8eb54144798334a74a6b 0.46 MB 1,009 30
349,610 349,610 00000000000000001703b52c9173bc88778b10c925b21e786249326d661570a4 0.03 MB 66 21
349,609 349,609 00000000000000000da42bd00b3f091c9d74f9e1cf0e3841b37798d2826de51c 0.05 MB 67 24
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.