Memory Pool Memory Pool Refreshing

8,260 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (648,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,601 259,601 000000000000001106d3e90a3bf222ecb2d93364f846428687f98fc41bcaa872 0.04 MB 105 81
259,600 259,600 000000000000000fd694c194b473a704c6c1c2586ba67a165e9f6257814b7987 0.20 MB 480 97
259,599 259,599 000000000000000eea4d5a27e8079b187bfd78ae59826764c044b6bb378d64b1 0.20 MB 465 108
259,598 259,598 000000000000001de7d442eff6e7bb0e00a702f42eda491d11cca39b38edd139 0.06 MB 150 107
259,597 259,597 0000000000000017234ae49f482a6bb964895aec89bf27d7146e2c2253a9998f 0.08 MB 205 119
259,596 259,596 000000000000000b7ed852fdbfcad888b7d877d04ef4569637db2510f027f895 0.07 MB 106 68
259,595 259,595 000000000000001a4c898ff531728521521937716d61b4adb195d88d9000f5b8 0.01 MB 9 72
259,594 259,594 000000000000000545e0255e0c203dc2fb43ffbebe86314d97e1fa0ec93ba8af 0.05 MB 113 109
259,593 259,593 000000000000001d6d7273f26780520f159dbb809880ac589c5b8ee741a4f768 0.11 MB 188 96
259,592 259,592 00000000000000192a3fb62b181243ecef571412adc3f57158cec57ad908736b 0.02 MB 71 45
259,591 259,591 00000000000000229601771e02301fc0c6bea324854c6c5303a74736e9f48dc1 0.04 MB 93 106
259,590 259,590 00000000000000204658175fef53d6c853733473d06c9d80be916f876c7ae34b 0.19 MB 438 98
259,589 259,589 00000000000000089da2034c883e35f8761ae12f40b22cdebc225cc02caf221c 0.22 MB 467 102
259,588 259,588 000000000000002271392be8dc0412f4b21d8ab62accb77dd2d968b20b8e11e3 0.24 MB 579 130
259,587 259,587 00000000000000087b0de05079b814cb919be08423009a8dfd55ea51a06b2c41 0.01 MB 18 93
259,586 259,586 000000000000002079c3f3902b4e1f2d940c4f9ddfde47932c1d4ddda5be30b9 0.17 MB 407 137
259,585 259,585 000000000000000648d060df3cff6513f4d0d5a71ff99e97ad66e1f7e6373ac5 0.26 MB 551 108
259,584 259,584 00000000000000028d3c1a4cde7cf182f9f6ae282030ba4ea5f53ac661e6be1b 0.06 MB 132 136
259,583 259,583 0000000000000023f48b94801f7f16d2b43d755c39e272a587eff16c0456cd97 0.03 MB 62 59
259,582 259,582 0000000000000000556ba0ea87ce8f5f24fd04068655df472ef50e5ba70b62dd 0.19 MB 467 103
259,581 259,581 0000000000000022f33d7651c9d771ed7a05013394e3b2d6e7bc964659cac52d 0.12 MB 234 78
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.