Memory Pool Memory Pool Refreshing

8,805 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,180 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (245,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,071 662,071 00000000000000000007a719cb64f79b5c61ac2c90f8b75ec0b23d92abe3df27 1.24 MB 2,067 53
662,070 662,070 0000000000000000000b6e8ccefa484f06eab7d7cf30f0896776848475992e91 1.28 MB 1,839 57
662,069 662,069 0000000000000000000ef8e4e186a4c7066e91595e6b7f2a28a667fbfeccd125 1.32 MB 1,934 108
662,068 662,068 00000000000000000002f4dbcd87afeda7ab666bf3eba0172c8180f4b7061f39 1.18 MB 1,662 137
662,067 662,067 0000000000000000000798f993123a3a063b81e9f264fdcb21c6559d54ed8e7c 1.29 MB 1,900 39
662,066 662,066 0000000000000000000d332f64e69ce3d84dea5b061418c9b984704649a578d5 1.12 MB 1,926 31
662,065 662,065 0000000000000000000f044ef51bb9bd4bebef19505a530dbbb042afc5bfe32c 1.22 MB 2,173 61
662,064 662,064 0000000000000000000cc006313a35699de214f5774dd8558f8f5b7749d1c607 1.44 MB 2,827 143
662,063 662,063 00000000000000000009d7a39823971c557b254c79f21f5756f9df1d5ddc9f74 1.19 MB 2,781 62
662,062 662,062 0000000000000000000b19cf33ca1916c9dc29cef94471450cbae19799550177 1.27 MB 2,226 92
662,061 662,061 00000000000000000006de17231ebe8e3c4d7c0a94807a80d31db0cfc4f4f7e6 1.16 MB 2,002 29
662,060 662,060 0000000000000000000156e2f96586be611842cb21b92d3e2260c8e53ba576fb 1.14 MB 2,049 53
662,059 662,059 000000000000000000062aff743311a6151a057551cfe338d975c0ec96102943 1.20 MB 2,543 64
662,058 662,058 0000000000000000000b0aee3e7f42636df73de423b1e018c88d627724f56d3f 0.00 MB 1 0
662,057 662,057 0000000000000000000ab2c51c0109e6c2ebe74510574132b6bd99bdd3ec0c61 1.13 MB 2,374 43
662,056 662,056 00000000000000000000ee48c1ee85e98c07d8dc78d2e9ace170bcfcc152e43f 1.29 MB 2,116 42
662,055 662,055 0000000000000000000cb37e29d94a3a1c4a01d55afa457970d8f97f2d50cc10 1.11 MB 2,510 43
662,054 662,054 00000000000000000004652f8152d8f485d845cdba35b1be7c1367346f786218 1.09 MB 2,709 34
662,053 662,053 0000000000000000000d5c91c590431525a3e27c90b2b87e64cc00d8cf8670a9 1.28 MB 2,532 80
662,052 662,052 00000000000000000002cf8001af1ca21532fde91c36f39d3d95950d48244ec8 1.19 MB 2,385 408
662,051 662,051 0000000000000000000a51becfb0fa6ac5914420966fe7d27ac960c1afcb624d 1.16 MB 1,385 90
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,621.59 GB sent, 92.92 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.