Memory Pool Memory Pool Refreshing

8,020 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (48,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,352 859,352 00000000000000000001edffe9538b4dfb680528103347cb3f659abd0e7a0f7e 1.62 MB 4,271 4
859,351 859,351 000000000000000000023ea9e4d6c0641f71abada4143a7dba2739fc8380b73f 1.69 MB 5,436 3
859,350 859,350 00000000000000000000c70539694150cd9bff00d09100f7cdbfd0a96f580c8b 1.66 MB 6,493 3
859,349 859,349 000000000000000000031c98de95e2b213abe99d8fdb52d0367b125a8e1107a9 1.61 MB 4,400 5
859,348 859,348 000000000000000000018b7c14970340ee7071d2fc33ae403a8522f6dee9927c 1.71 MB 5,016 3
859,347 859,347 000000000000000000023e7d30a032375874e1c7a0c8dceeceefad7f9cdc8973 1.62 MB 5,864 3
859,346 859,346 00000000000000000002da9e062828e2e1418b8ec64952c418705ab7fe57ee70 1.70 MB 7,071 2
859,345 859,345 000000000000000000014bbef42d7901644f78bfeeef88d4d758a1c88ee74181 1.47 MB 4,627 3
859,344 859,344 0000000000000000000240f816b5319787d5ae93ba7500fc3819afa007719603 1.56 MB 6,113 2
859,343 859,343 00000000000000000001b69d8db173bc4baded4684cc505c1aee6ab086fac8c7 1.61 MB 5,677 3
859,342 859,342 00000000000000000001efe5c29a89cf0db1029ef5b3a3baa5b45f7498dba938 1.64 MB 7,496 2
859,341 859,341 000000000000000000019873fea969af85ec51ece1c4171628c291e8ca720a94 1.72 MB 6,735 3
859,340 859,340 00000000000000000002608a98a8dbb2681023050b519e610ddeeaa190b66c4a 1.65 MB 5,376 4
859,339 859,339 00000000000000000000c1de861662dcf1d2d8e791000cd0f80b9f114aac6e8a 1.67 MB 6,547 2
859,338 859,338 00000000000000000000068ba9219bd01a3dfa393ed8182f97073869904c3488 1.69 MB 3,679 5
859,337 859,337 00000000000000000001c2ed66699b44630b147b947e10b85c0f45d5b7e5e23b 1.68 MB 3,287 4
859,336 859,336 00000000000000000000441ae7f9037aad8acf48fe2ca096397bf23340e1abeb 1.61 MB 3,012 7
859,335 859,335 00000000000000000000b856dc8973d3ff1e1baf1e7cbc0b7b133b910a3d4d1a 1.66 MB 3,323 6
859,334 859,334 000000000000000000003a3fa6515549c3c78429cdc23b544f417bb96f38c831 1.70 MB 7,449 2
859,333 859,333 0000000000000000000132f6a4c6e672e62d747a967191c4bebd89ea26ee1a8e 1.71 MB 5,184 4
859,332 859,332 00000000000000000001519b0748fc2dcea3a561e90d775c0fed608283437b37 1.72 MB 4,475 4
Previous 10 blocks ↓
Total Size: 769.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,635.14 GB sent, 94.17 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.