Memory Pool Memory Pool Refreshing

1,467 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,457 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (795,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,475 112,475 00000000000112fb644c4d3249d5cc46ead2a10964af43c3ae2a0aa51088126c 0.00 MB 2 0
112,474 112,474 000000000000b02310e08e6f8d7db2b183f2e7149168b696b2c8a60b57b19756 0.00 MB 3 3,868
112,473 112,473 0000000000006bd236a48ac5bcb4e000256735d90397171992ec727e9300005c 0.00 MB 7 2,826
112,472 112,472 0000000000008b7277c33adaf740e209b4dd61a57f1cf19ded61e8ff858d4c92 0.00 MB 3 3,875
112,471 112,471 0000000000001e7c9d6973210ed2ca3f6c4d5880250f9d5bb2218138f5b94ca7 0.00 MB 2 3,861
112,470 112,470 000000000000d5bb82885cfd78782d1e0ced6ef4ce851f9fb80edcbe82e2e370 0.00 MB 6 531
112,469 112,469 000000000000988df23a8bada54c021d2186e76bb1285bc6ce1a2ce2545a928e 0.01 MB 22 0
112,468 112,468 000000000000c3401b9dbdff803b655c1f43de96b7e7276fbc474e9198419bdd 0.00 MB 5 1,447
112,467 112,467 0000000000011118cefbec0550e26f44433ff612985e54c9359c7c6b4cbeb75f 0.00 MB 1 0
112,466 112,466 0000000000008f2baa606809c3c8418a7d865252d0ed106e4e1cdde458c20ba0 0.00 MB 9 440
112,465 112,465 0000000000007db7e7b20c08d8bbeafbd77b852a0beff68bb60a04e6b9dda85d 0.00 MB 3 1,941
112,464 112,464 0000000000001f10b885ca9c646a7d42f343fe1c6c29645be996439441dda82f 0.00 MB 5 1,072
112,463 112,463 0000000000002d21f3fe18d7a834af73a3b8373d69f6f5a449d51ba75c7b0fee 0.00 MB 1 0
112,462 112,462 00000000000026b6ecf7c92bf8fc52e45171ee3be0394d355b5c2e413e2bb630 0.00 MB 1 0
112,461 112,461 0000000000008149005eb1c84d0186c347dac20f41ffcad1f3090ab9a47089b1 0.00 MB 2 0
112,460 112,460 000000000000dccfba05cdf8c141fff22dfb59b97f618f2fd0098eb6b3eb58a4 0.00 MB 1 0
112,459 112,459 0000000000012911ad332b51c77266274d2c4f86e3d527157ae86b2ddb41f320 0.00 MB 4 1,367
112,458 112,458 0000000000007bae393c3c16424be19e346691c0b26e11272377baaec3f184db 0.00 MB 17 242
112,457 112,457 000000000000c7fead4b1e567550a3609f224e8f405b8ea971cfe97c1f9d9b63 0.01 MB 20 146
112,456 112,456 000000000000a48fb9f05290eae6f75ffaadc588cf5516da263c846ea94330f3 0.00 MB 1 0
112,455 112,455 00000000000018781570dacbecd90c419627a51b57e809ea75b97f5bbeabff0a 0.01 MB 17 1,376
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.