Memory Pool Memory Pool Refreshing

17,960 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (581,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,968 325,968 00000000000000000982af777f5ae56695be2db68a6c7f9a2cf20c67fa026520 0.20 MB 69 4
325,967 325,967 000000000000000012a79bf2490afcb15c0975b0367233bb093861a9e08794e0 0.56 MB 1,119 29
325,966 325,966 00000000000000001b515acf8f3b5b70c4cc6adbe7c1fa71cbd6acffdc362123 0.24 MB 509 32
325,965 325,965 0000000000000000172d07cea04847db6f9b9002aa1e5c71963cca05e2f2c332 0.16 MB 275 28
325,964 325,964 00000000000000000a4de342b170ea90d977700e0f5d80de8c01e624793eac07 0.40 MB 884 33
325,963 325,963 000000000000000015fb5df952b7678f661b7bbddb351c2eaac3900a593bebc3 0.35 MB 761 31
325,962 325,962 000000000000000008d3aa55f873775bd9815c62fa399ccc7742bb8c8a07b2a9 0.01 MB 40 31
325,961 325,961 00000000000000000632ec4143ca8e12484fdaadbb866273e7c0f01f60bdae67 0.00 MB 8 66
325,960 325,960 00000000000000000556aeb14969be0bde9a91589931f44188bc09ba63dd96a3 0.07 MB 130 29
325,959 325,959 0000000000000000052579eb025f8e38264c9b4eaee9a9713bd0a4c23c10cd08 0.26 MB 526 31
325,958 325,958 000000000000000019201c70efec724aefd9964cb5aa639233c69eb7014a21d3 0.41 MB 742 28
325,957 325,957 0000000000000000075fd676f583e44b6e6e7646f2ae57075679ef73d540e8da 0.02 MB 64 31
325,956 325,956 000000000000000009875706a12d199af899b560e25288e4b3f6bde01e4fb0d4 0.14 MB 265 29
325,955 325,955 0000000000000000181d80de403f930265a1a5eb19f6406c23714298a4b55841 0.24 MB 476 32
325,954 325,954 00000000000000001baebba9a34c2521555acc79f0b42d816f768fde3c4e5184 0.12 MB 167 25
325,953 325,953 00000000000000000fc8c17709a30edbbee8347e40116ebfdbec347671a981b4 0.21 MB 429 29
325,952 325,952 000000000000000012158f3742a505ef54c8054ec95194eba1187340a4afc901 0.01 MB 31 25
325,951 325,951 00000000000000000dbbcf1412ca5dd912816b6f6248220e48676bdaec0d60bc 0.14 MB 204 25
325,950 325,950 00000000000000000b2c9f45e0c96212091c84273264ddd48d0c761426588c0b 0.22 MB 559 31
325,949 325,949 0000000000000000173a5b53108d88a0e89447f964143891896e1f026a55e71f 0.34 MB 748 30
325,948 325,948 00000000000000000f8fb734f119cd5abd29df652aff4dd1a8413c9ad6d7a306 0.17 MB 378 24
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.