Memory Pool Memory Pool Refreshing

669 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,359 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 627 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (907,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461 461 000000002082739d0e82596fb69243b1ca9db66db623d3fdcf283f18486cdbaf 0.00 MB 1 0
460 460 00000000589bea8b8ba6b3c039cc4c10e414c498d4bab561af7b1f92a7181ce4 0.00 MB 1 0
459 459 00000000b03379dd693686ed84a33b5086d9770f1f08c6951a9e3fc40b06e7cf 0.00 MB 1 0
458 458 0000000049db57f7c89df82008dbfeba44995c9675d779180ffb788aa6f6ad16 0.00 MB 1 0
457 457 000000000c86bbd3cbfe99ef173d046ac8f6d39b6819af1b6353861d36365f0a 0.00 MB 1 0
456 456 000000008356bc1b035b437792093959059a7ca312a576313bdaf2610b3124c5 0.00 MB 1 0
455 455 0000000013562603b4aadfcce524747ca80ba40b2ec18ab533b4ad697819e760 0.00 MB 1 0
454 454 00000000b0448e22fa4a6ff9f9b29c66c4934e1ccb0620bcdf2689453626933e 0.00 MB 1 0
453 453 000000003eadc8cf26a2fb8e9c563ade586e31c608b6bcdde50327c694d6f714 0.00 MB 1 0
452 452 000000005009c3864ca16b54b61d09c914ac312e260de44776811287f41ffab2 0.00 MB 1 0
451 451 00000000816d44ea23b86ccf0b98736ee06d66e2af72f0f542976f0a92bcea98 0.00 MB 1 0
450 450 00000000e474895c09bcdaf9261845960b35ea54ed3ecaf60d8a392940f1f3f9 0.00 MB 1 0
449 449 0000000016245606f39a8b3ba658065afd77c3e722031d3da6913646e5e7e5f6 0.00 MB 1 0
448 448 000000004ba46e857e930313ddca29e1b30336f3e3cf26c3584c91ca93ee2bac 0.00 MB 1 0
447 447 00000000e1798bc5da65746383737a855f94dd9cc73edd26eb4ec0dc3fe8d505 0.00 MB 1 0
446 446 000000003f315849a6af7f1b3d056f8c554c5e0c687dae7b7134fabb7f35d201 0.00 MB 1 0
445 445 00000000cc07f5ed1508f93332c84f983e429e53ce2391792d114578500df442 0.00 MB 1 0
444 444 00000000cff43a64ec00bea11866875c471289b38103f18ab4ee8d0f8f4f8ac7 0.00 MB 1 0
443 443 00000000945c9ee0ee1dd8c1e59b44de30354039ad301de90782c14164517e48 0.00 MB 1 0
442 442 00000000c55c595b18eff1e1d3f52b5759b9f56dac235af896e9c478cc77cbeb 0.00 MB 1 0
441 441 00000000fc0f0e9952be1ff8efe59f96cfac449734cd6d58704ce6c65ec726a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.