Memory Pool Memory Pool Refreshing

2,516 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (7,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,036 900,036 00000000000000000001ef91d3f365123a540cd90c84172c5bd8e89f79eb3091 1.78 MB 2,366 2
900,035 900,035 0000000000000000000135e93c02a04cb469166ff1bb0f36a1b1a9673f57b064 1.46 MB 1,270 2
900,034 900,034 00000000000000000001292aea2545ad69264a803c318a90d35335737888318b 1.61 MB 3,937 5
900,033 900,033 00000000000000000001a09a0301fa6e4a24a01439c2cdd86040c46c13feb563 1.58 MB 2,268 2
900,032 900,032 0000000000000000000071ac91fd3db1c49431b11c17f49ffe0a92a44e341344 1.50 MB 1,292 2
900,031 900,031 00000000000000000001b78ace7e723857c1b37a7919fc653ff7198452c16529 1.61 MB 4,127 5
900,030 900,030 0000000000000000000109ac7c795d7446f24189fa8cb8769f54081019992aa4 1.38 MB 1,361 2
900,029 900,029 00000000000000000001bd4fd5dd1a87ad2106e4c001a4d5dc106ecf05f31eb9 1.69 MB 3,228 4
900,028 900,028 00000000000000000002275de27e9d54e8b99a32691acac07856fb307845cd46 1.62 MB 3,705 4
900,027 900,027 00000000000000000000fe98218f3f8489a90632b3dfde67622df67394990544 1.79 MB 1,066 2
900,026 900,026 0000000000000000000209dafc8465e4ed748e57903eedd27d6f6a060090504a 1.55 MB 3,078 4
900,025 900,025 000000000000000000007b2b8374b3b40a26a3d09ac06ca2ece71b3e2427d5c7 1.75 MB 1,879 3
900,024 900,024 000000000000000000011b100089c0de073ffe0607fba85b18364c66f898964b 1.55 MB 2,750 3
900,023 900,023 000000000000000000009c477dc4c655c8e07798ec8fc1230e902e5f78372f90 1.94 MB 1,733 2
900,022 900,022 000000000000000000010baae9b9c47c0dd84298968c26d09a59d8288e0b3638 1.55 MB 2,512 3
900,021 900,021 00000000000000000000a320cc872e39e364d9ca26c0d575923942ab7f820699 1.76 MB 1,681 1
900,020 900,020 00000000000000000000354794ec1782994339bc7605403a722609696f76810b 1.60 MB 2,606 3
900,019 900,019 00000000000000000000e427af65c5df0156cb069e7eec8dd3fee61ffdd0f203 1.40 MB 2,154 2
900,018 900,018 0000000000000000000035c70678d9e2dc982e5d01867532ca6e2fdba66ab047 1.39 MB 2,697 3
900,017 900,017 00000000000000000000a7e2dd903587034902fbc357aed7871cd9758113588e 1.37 MB 1,791 2
900,016 900,016 000000000000000000014f01b4276de85427fb30c36601174cbce3281b8c83cb 1.62 MB 3,360 4
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.